Wrong Answer
foo.cc: In function 'int main()':
foo.cc:21:15: warning: operation on 'i' may be undefined [-Wsequence-point]
   cout<<out2[i++]<<out2[i]<<" ";
              ~^~
foo.cc:14:7: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
  fgets(a, 100000, stdin);
  ~~~~~^~~~~~~~~~~~~~~~~~
  自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 6-10 哪个字母对用得最多
 - 比赛
 - 2020苏青奥赛集训营(2021-3-28课后作业)
 - 语言
 - C++
 - 递交时间
 - 2021-03-30 22:44:20
 - 评测时间
 - 2021-03-30 22:44:20
 - 评测机
 
- 分数
 - 40
 - 总耗时
 - 17ms
 - 峰值内存
 - 404.0 KiB