/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'void print(long long int)':
/in/foo.cc:25:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(C>1<<20)Ot();if(x<0)sr[++C]=45,x=-x;
     ^~
/in/foo.cc:25:21: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     if(C>1<<20)Ot();if(x<0)sr[++C]=45,x=-x;
                     ^~
/in/foo.cc:27:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
     while(sr[++C]=z[Z],--Z);sr[++C]='\n';
     ^~~~~
/in/foo.cc:27:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
     while(sr[++C]=z[Z],--Z);sr[++C]='\n';
                             ^~
/in/foo.cc: In function 'void solve(int)':
/in/foo.cc:101:26: warning: unused variable 'totsz' [-Wunused-variable]
     calc(u),vis[u]=1;int totsz=size[u];
                          ^~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 19ms 42.551 MiB
#2 Wrong Answer 20ms 42.926 MiB
#3 Wrong Answer 19ms 42.297 MiB
#4 Wrong Answer 30ms 42.297 MiB

信息

递交者
类型
递交
题目
P1995 模式字符串
语言
C++
递交时间
2020-12-21 21:25:40
评测时间
2020-12-21 21:25:40
评测机
分数
0
总耗时
90ms
峰值内存
42.926 MiB