/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void read(_Tp&)':
/in/foo.cc:10:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
     while(c11!='-'&&!isdigit(c11))c11=getchar();if(c11=='-')c11=getchar(),ob=1;
     ^~~~~
/in/foo.cc:10:49: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
     while(c11!='-'&&!isdigit(c11))c11=getchar();if(c11=='-')c11=getchar(),ob=1;
                                                 ^~
/in/foo.cc:11:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
     while(isdigit(c11))x=x*10+c11-'0',c11=getchar();if(ob)x=-x;return ;
     ^~~~~
/in/foo.cc:11:53: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
     while(isdigit(c11))x=x*10+c11-'0',c11=getchar();if(ob)x=-x;return ;
                                                     ^~
# 状态 耗时 内存占用
#1 Accepted 15ms 6.25 MiB
#2 Accepted 6ms 6.348 MiB
#3 Accepted 25ms 11.375 MiB
#4 Accepted 18ms 8.875 MiB
#5 Accepted 55ms 13.625 MiB
#6 Accepted 29ms 11.508 MiB
#7 Accepted 63ms 9.875 MiB
#8 Accepted 52ms 13.836 MiB
#9 Accepted 48ms 12.039 MiB
#10 Accepted 43ms 14.367 MiB

信息

递交者
类型
递交
题目
P1720 阿狸的打字机
语言
C++
递交时间
2018-02-05 21:50:17
评测时间
2018-02-05 21:50:17
评测机
分数
100
总耗时
358ms
峰值内存
14.367 MiB