记录详情

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)进行评测。
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 1ms 384.0 KiB
#3 Wrong Answer Standard answer longer than user output. 1ms 384.0 KiB
#4 Wrong Answer Binary files usrout and stdout 1ms 384.0 KiB
#5 Wrong Answer 0a1 > in 10ms 404.0 KiB

信息

递交者
类型
递交
题目
6-10 哪个字母对用得最多
比赛
2020苏青奥赛集训营(2021-3-28课后作业)
语言
C++
递交时间
2021-03-30 22:44:20
评测时间
2021-03-30 22:44:20
评测机
分数
40
总耗时
17ms
峰值内存
404.0 KiB