/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'long long int IO_BUFF::inn()':
/in/foo.cc:48:6: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
      while((ch=gc())>='0'&&ch<='9') x=(x<<1)+(x<<3)+(ch^'0');return x*s;
      ^~~~~
/in/foo.cc:48:62: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
      while((ch=gc())>='0'&&ch<='9') x=(x<<1)+(x<<3)+(ch^'0');return x*s;
                                                              ^~~~~~
/in/foo.cc: In function 'long long int IO_BUFF::print(long long int)':
/in/foo.cc:54:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(!x) ssss[++ssl]='0';for(ttl=0;x;x/=10) tttt[++ttl]=char(x%10+'0');
   ^~
/in/foo.cc:54:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(!x) ssss[++ssl]='0';for(ttl=0;x;x/=10) tttt[++ttl]=char(x%10+'0');
                          ^~~
/in/foo.cc:55:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
         for(;ttl;ttl--) ssss[++ssl]=tttt[ttl];return ssss[++ssl]='\n';
         ^~~
/in/foo.cc:55:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
         for(;ttl;ttl--) ssss[++ssl]=tttt[ttl];return ssss[++ssl]='\n';
                                               ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 2.57 MiB
#2 Accepted 2ms 504.0 KiB
#3 Wrong Answer 2ms 1.766 MiB
#4 Accepted 2ms 1.855 MiB
#5 Accepted 2ms 1.828 MiB
#6 Accepted 2ms 1.852 MiB
#7 Accepted 3ms 1.82 MiB
#8 Accepted 2ms 1.867 MiB
#9 Accepted 3ms 1.82 MiB
#10 Accepted 3ms 1.82 MiB

信息

递交者
类型
递交
题目
P1523 贪吃的九头龙
语言
C++
递交时间
2022-06-08 11:12:58
评测时间
2022-06-08 11:12:58
评测机
分数
90
总耗时
28ms
峰值内存
2.57 MiB