Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:22:22: 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:22:22: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:25:32: 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:29:20: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
     printf("%d",ans);
                    ^
# 状态 耗时 内存占用
#1 Accepted 38ms 8.062 MiB
#2 Accepted 10ms 4.633 MiB
#3 Accepted 12ms 2.973 MiB
#4 Accepted 3ms 1.289 MiB
#5 Accepted 24ms 5.457 MiB
#6 Accepted 4ms 1.293 MiB
#7 Accepted 4ms 2.105 MiB
#8 Accepted 17ms 3.91 MiB
#9 Accepted 7ms 2.754 MiB
#10 Accepted 23ms 7.398 MiB

信息

递交者
类型
递交
题目
P1062 清帝之惑之顺治
语言
C++
递交时间
2024-04-22 19:23:39
评测时间
2024-04-22 19:23:39
评测机
分数
100
总耗时
146ms
峰值内存
8.062 MiB