/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%d%d",&n,&m);
                    ^
/in/foo.cc:7:20: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:11:22: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   scanf("%d",&a[i][j]);
                      ^
/in/foo.cc:30:20: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
  printf("%d\n",maxx);
                    ^
# 状态 耗时 内存占用
#1 Accepted 60ms 6.625 MiB
#2 Accepted 2ms 2.359 MiB
#3 Accepted 2ms 2.277 MiB
#4 Accepted 3ms 2.348 MiB
#5 Accepted 3ms 2.25 MiB
#6 Accepted 3ms 2.348 MiB
#7 Accepted 4ms 2.375 MiB
#8 Accepted 5ms 2.875 MiB
#9 Accepted 33ms 7.113 MiB
#10 Accepted 42ms 7.109 MiB

信息

递交者
类型
递交
题目
P1255 月饼盒
语言
C++
递交时间
2018-06-09 11:39:19
评测时间
2018-06-09 11:39:19
评测机
分数
100
总耗时
161ms
峰值内存
7.113 MiB