/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:33:22: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%d%d", &n, &m);c();
                      ^
/in/foo.cc:33:22: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:35:44: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   scanf("%d%d%d", &a[i].a, &a[i].b, &a[i].c);
                                            ^
/in/foo.cc:35:44: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:35:44: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'long long int*' [-Wformat=]
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 196.0 KiB
#2 Wrong Answer 1ms 204.0 KiB
#3 Wrong Answer 1ms 212.0 KiB
#4 Wrong Answer 1ms 332.0 KiB
#5 Wrong Answer 1ms 336.0 KiB
#6 Wrong Answer 3ms 464.0 KiB
#7 Wrong Answer 14ms 1.406 MiB
#8 Wrong Answer 15ms 1.492 MiB
#9 Wrong Answer 29ms 2.891 MiB
#10 Wrong Answer 31ms 2.895 MiB

信息

递交者
类型
递交
题目
P1776 关押罪犯
语言
C++
递交时间
2019-10-31 21:42:46
评测时间
2019-10-31 21:42:46
评测机
分数
0
总耗时
101ms
峰值内存
2.895 MiB