/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int read()':
/in/foo.cc:18:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
     while(ch=getchar(),!isdigit(ch)) if(ch=='-') f=-1;x=(ch^48);
     ^~~~~
/in/foo.cc:18:55: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
     while(ch=getchar(),!isdigit(ch)) if(ch=='-') f=-1;x=(ch^48);
                                                       ^
# 状态 耗时 内存占用
#1 Accepted 26ms 1.031 MiB
#2 Accepted 13ms 612.0 KiB
#3 Accepted 52ms 1.773 MiB
#4 Accepted 38ms 1.379 MiB
#5 Accepted 60ms 2.203 MiB
#6 Accepted 59ms 2.203 MiB
#7 Accepted 59ms 2.207 MiB
#8 Accepted 56ms 1.859 MiB
#9 Accepted 55ms 1.785 MiB
#10 Wrong Answer 2ms 208.0 KiB

信息

递交者
类型
递交
题目
P1045 Kerry 的电缆网络
语言
C++
递交时间
2020-07-16 08:24:41
评测时间
2020-07-16 08:24:41
评测机
分数
90
总耗时
426ms
峰值内存
2.207 MiB