/ 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 2ms 2.199 MiB
#5 Wrong Answer 1ms 336.0 KiB
#6 Wrong Answer 3ms 560.0 KiB
#7 Wrong Answer 14ms 1.426 MiB
#8 Wrong Answer 15ms 1.477 MiB
#9 Wrong Answer 29ms 2.742 MiB
#10 Wrong Answer 32ms 2.891 MiB

信息

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