记录详情

Runtime Error

foo.cc: In function 'std::vector<int> mul(std::vector<int>, int)':
foo.cc:49:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < a.size(); i ++ )
                     ~~^~~~~~~~~~
foo.cc: In function 'void solve()':
foo.cc:86:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for (int i = 0; i < cnt; i ++ )
     ^~~
foo.cc:89:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  ll ans=0;
  ^~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 1ms 384.0 KiB
#3 Accepted 1ms 384.0 KiB
#4 Wrong Answer Read 49, expect 263469207. 1ms 384.0 KiB
#5 Wrong Answer Read 121, expect 103381884. 1ms 384.0 KiB
#6 Wrong Answer Read 96, expect 206892127. 1ms 384.0 KiB
#7 Wrong Answer Read 49, expect 113246208. 1ms 384.0 KiB
#8 Runtime Error Segmentation fault 1ms 384.0 KiB
#9 Runtime Error Segmentation fault 1ms 384.0 KiB
#10 Runtime Error Segmentation fault 1ms 384.0 KiB
#11 Runtime Error Segmentation fault 1ms 384.0 KiB
#12 Runtime Error Segmentation fault 1ms 384.0 KiB
#13 Runtime Error Segmentation fault 1ms 384.0 KiB
#14 Runtime Error Segmentation fault 1ms 384.0 KiB

信息

递交者
类型
递交
题目
P1303 G. Mathforces
比赛
南京师范大学2021年11月程序设计竞赛
语言
C++
递交时间
2021-11-21 16:46:25
评测时间
2021-11-21 16:46:25
评测机
分数
45
总耗时
25ms
峰值内存
384.0 KiB