记录详情

Accepted

/in/foo.cc: In function 'void gn(long long int&)':
/in/foo.cc:19:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
     while((c=getchar())>='0'&&c<='9')x=x*10+c-'0';x*=sg;}
     ^~~~~
/in/foo.cc:19:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
     while((c=getchar())>='0'&&c<='9')x=x*10+c-'0';x*=sg;}
                                                   ^
# 状态 耗时 内存占用
#1 Accepted 3ms 260.0 KiB
#2 Accepted 3ms 256.0 KiB
#3 Accepted 3ms 336.0 KiB
#4 Accepted 3ms 328.0 KiB
#5 Accepted 3ms 256.0 KiB
#6 Accepted 2ms 384.0 KiB
#7 Accepted 3ms 256.0 KiB
#8 Accepted 3ms 344.0 KiB
#9 Accepted 3ms 364.0 KiB
#10 Accepted 3ms 2.375 MiB
#11 Accepted 3ms 352.0 KiB
#12 Accepted 3ms 368.0 KiB
#13 Accepted 3ms 256.0 KiB
#14 Accepted 3ms 320.0 KiB
#15 Accepted 21ms 332.0 KiB
#16 Accepted 12ms 328.0 KiB
#17 Accepted 7ms 332.0 KiB
#18 Accepted 12ms 384.0 KiB
#19 Accepted 14ms 372.0 KiB
#20 Accepted 17ms 380.0 KiB

信息

递交者
类型
递交
题目
Steps
比赛
ACM模拟赛
语言
C++
递交时间
2017-08-21 15:07:22
评测时间
2017-08-21 15:07:22
评测机
分数
100
总耗时
130ms
峰值内存
2.375 MiB