0 Time Exceeded
foo.cc: In function 'void write(int)': foo.cc:12:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 12 | if(x>9)write(x/10);putchar(x%10+'0'); | ^~ foo.cc:12:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 12 | if(x>9)write(x/10);putchar(x%10+'0'); | ^~~~~~~ foo.cc: In function 'bool check()': foo.cc:27:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 27 | for(int i=1;i<=n;i++)write(ans[i]),putchar(' ');puts(""); | ^~~ foo.cc:27:57: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 27 | for(int i=1;i<=n;i++)write(ans[i]),putchar(' ');puts(""); | ^~~~ foo.cc: In function 'int main()': foo.cc:63:13: warning: unused variable 'c' [-Wunused-variable] 63 | int c=read(),t=read(); | ^
# | 状态 分数 | 耗时 | 内存占用 |
---|
#1 | Wrong Answer 0 | 4ms | 408 KiB |
#2 | Wrong Answer 0 | 4ms | 404 KiB |
#3 | Time Exceeded 0 | ≥2700ms | ≥404 KiB |
#4 | Time Exceeded 0 | ≥2701ms | ≥404 KiB |
#5 | Time Exceeded 0 | ≥2701ms | ≥404 KiB |
#6 | Time Exceeded 0 | ≥2700ms | ≥404 KiB |
#7 | Time Exceeded 0 | ≥2701ms | ≥404 KiB |
#8 | Time Exceeded 0 | ≥2701ms | ≥404 KiB |
#9 | Time Exceeded 0 | ≥2701ms | ≥404 KiB |
#10 | Time Exceeded 0 | ≥2701ms | ≥404 KiB |
#11 | Time Exceeded 0 | ≥2700ms | ≥404 KiB |
#12 | Time Exceeded 0 | ≥2701ms | ≥5 MiB |
#13 | Time Exceeded 0 | ≥2701ms | ≥5 MiB |
#14 | Time Exceeded 0 | ≥2701ms | ≥5 MiB |
#15 | Time Exceeded 0 | ≥2700ms | ≥5.1 MiB |
#16 | Time Exceeded 0 | ≥2701ms | ≥5.4 MiB |
#17 | Time Exceeded 0 | ≥2701ms | ≥5.4 MiB |
#18 | Time Exceeded 0 | ≥2700ms | ≥5.4 MiB |
#19 | Time Exceeded 0 | ≥2701ms | ≥4.4 MiB |
#20 | Time Exceeded 0 | ≥2701ms | ≥4.3 MiB |
#21 | Time Exceeded 0 | ≥2701ms | ≥4.3 MiB |
#22 | Time Exceeded 0 | ≥2701ms | ≥4.3 MiB |
#23 | Time Exceeded 0 | ≥2701ms | ≥4.3 MiB |
#24 | Time Exceeded 0 | ≥2701ms | ≥4.3 MiB |
#25 | Time Exceeded 0 | ≥2701ms | ≥4.4 MiB |
代码
信息
- 递交者
- 题目
- NOISX2025GFC NOISX2025GFC
- 比赛
- 【官方数据 HA】联合省选 2025 批量测试
- 语言
- C++14(O2)
- 代码长度
- 1.3 KiB
- 递交时间
- 2025-3-6 13:11:46
- 评测时间
- 2025-3-6 13:17:52
- 分数
- 0
- 总耗时
- ≥62124ms
- 峰值时间
- ≥2701ms
- 峰值内存
- ≥5.4 MiB