记录详情

Accepted

/in/foo.cc: In function 'int read(int&)':
/in/foo.cc:13:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for (x=0;c<='9'&&c>='0';c=getchar()) x=x*10+(c&15);x*=f;
  ^~~
/in/foo.cc:13:53: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for (x=0;c<='9'&&c>='0';c=getchar()) x=x*10+(c&15);x*=f;
                                                     ^
/in/foo.cc:14:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 251ms 216.0 KiB
#2 Accepted 205ms 228.0 KiB
#3 Accepted 180ms 220.0 KiB
#4 Accepted 177ms 208.0 KiB
#5 Accepted 180ms 224.0 KiB
#6 Accepted 179ms 208.0 KiB
#7 Accepted 174ms 220.0 KiB
#8 Accepted 171ms 208.0 KiB
#9 Accepted 176ms 220.0 KiB
#10 Accepted 181ms 212.0 KiB
#11 Accepted 177ms 220.0 KiB
#12 Accepted 177ms 208.0 KiB
#13 Accepted 187ms 220.0 KiB
#14 Accepted 186ms 208.0 KiB
#15 Accepted 183ms 220.0 KiB
#16 Accepted 187ms 208.0 KiB
#17 Accepted 176ms 224.0 KiB
#18 Accepted 177ms 208.0 KiB
#19 Accepted 173ms 220.0 KiB
#20 Accepted 179ms 208.0 KiB

信息

递交者
类型
递交
比赛
AOGC2020赛季1.2
语言
C++
递交时间
2020-03-24 12:28:00
评测时间
2020-03-24 12:28:00
评测机
分数
100
总耗时
3685ms
峰值内存
228.0 KiB