/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In member function 'void bigint::read()':
/in/foo.cc:9:3: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
   while((c=getchar())<'0' || c>'9');tmp[++len]=c-'0';
   ^~~~~
/in/foo.cc:9:37: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
   while((c=getchar())<'0' || c>'9');tmp[++len]=c-'0';
                                     ^~~
/in/foo.cc: In constructor 'bigint::bigint(int)':
/in/foo.cc:17:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(int i=0;i<200;i++) a[i]=0;len=0;
   ^~~
/in/foo.cc:17:33: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   for(int i=0;i<200;i++) a[i]=0;len=0;
                                 ^~~
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 256.0 KiB
#2 Accepted 3ms 256.0 KiB
#3 Accepted 2ms 256.0 KiB
#4 Accepted 2ms 256.0 KiB
#5 Accepted 2ms 256.0 KiB
#6 Wrong Answer 3ms 344.0 KiB
#7 Wrong Answer 3ms 256.0 KiB
#8 Accepted 3ms 256.0 KiB
#9 Wrong Answer 2ms 344.0 KiB
#10 Wrong Answer 3ms 336.0 KiB

信息

递交者
类型
递交
题目
P1095 约瑟夫问题10E100版
语言
C++
递交时间
2017-07-14 19:36:57
评测时间
2017-07-14 19:36:57
评测机
分数
50
总耗时
30ms
峰值内存
344.0 KiB