/ Vijos /

记录详情

Time Exceeded

foo.cc: In function 'void solve()':
foo.cc:15:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
 if(a>b)swap(a,b);if(a>c)swap(a,c);if(b>c)swap(b,c);
 ^~
foo.cc:15:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
 if(a>b)swap(a,b);if(a>c)swap(a,c);if(b>c)swap(b,c);
                  ^~
foo.cc:52:18: warning: second operand of conditional expression has no effect [-Wunused-value]
 ret>0?ret:ret+mod;
                  ^
foo.cc:52:14: warning: third operand of conditional expression has no effect [-Wunused-value]
 ret>0?ret:ret+mod;
           ~~~^~~~
foo.cc:72:1: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
 else if(miu[i]==-1)(ret-=(ll)fa[i]*fb[i]%mod*fc[i])%=mod;ret=ret>0?ret:ret+mod;
 ^~~~
foo.cc:72:58: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
 else if(miu[i]==-1)(ret-=(ll)fa[i]*fb[i]%mod*fc[i])%=mod;ret=ret>0?ret:ret+mod;
                                                          ^~~
foo.cc: In function 'int main()':
foo.cc:94:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 scanf("%d",&T);for(int z=1;z<=T;z++){solve();clear();}return 0;//拜拜程序~
 ~~~~~^~~~~~~~~
foo.cc: In function 'void solve()':
foo.cc:14:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 scanf("%d%d%d",&a,&b,&c);lim=max(max(a,b),c);st=clock();
 ~~~~~^~~~~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 92ms 9.727 MiB
#2 Accepted 143ms 9.848 MiB
#3 Accepted 198ms 9.941 MiB
#4 Accepted 1867ms 12.363 MiB
#5 Accepted 2683ms 13.988 MiB
#6 Accepted 3226ms 15.918 MiB
#7 Accepted 3856ms 17.91 MiB
#8 Time Exceeded ≥5266ms ≥26.57 MiB
#9 Time Exceeded ≥5222ms ≥27.113 MiB
#10 Time Exceeded ≥5306ms ≥27.363 MiB

信息

递交者
类型
递交
题目
P2049 旧试题
语言
C++
递交时间
2021-03-25 21:24:04
评测时间
2021-03-25 21:24:04
评测机
分数
70
总耗时
≥27864ms
峰值内存
≥27.363 MiB