/ AKIOI OJ /

记录详情

Runtime Error

/in/foo.cc: In function 'const long long int read()':
/in/foo.cc:45:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   45 |                 if (ch == '-') f = -1; ch = getc();
      |                 ^~
/in/foo.cc:45:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   45 |                 if (ch == '-') f = -1; ch = getc();
      |                                        ^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:90:14: warning: 'ans' may be used uninitialized [-Wmaybe-uninitialized]
   90 |         write(ans);
      |         ~~~~~^~~~~
/in/foo.cc:78:28: note: 'ans' was declared here
   78 |         ll l = 1, r = 2e9, ans;
      |                            ^~~
# 状态 耗时 内存占用
#1 Runtime Error 5ms 4.414 MiB

信息

递交者
类型
自测
题目
P1021 TDOG模拟 #8 多重影分身之术
语言
C++
递交时间
2024-11-13 14:00:37
评测时间
2024-11-13 14:00:37
评测机
分数
0
总耗时
5ms
峰值内存
4.414 MiB