/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'void write()':
/in/foo.cc:28:10: warning: array subscript has type 'char' [-Wchar-subscripts]
   s[++cnt]=(ans%10+'0');
          ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:34:27: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type '__int128*' [-Wformat=]
     scanf("%lld%lld",&n,&m);
                           ^
/in/foo.cc:34:27: warning: format '%lld' expects argument of type 'long long int*', but argument 3 has type '__int128*' [-Wformat=]
/in/foo.cc:37:25: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type '__int128*' [-Wformat=]
    scanf("%lld",&a[i][j]);
                         ^
# 状态 耗时 内存占用
#1 Wrong Answer 12ms 17.098 MiB
#2 Accepted 21ms 17.176 MiB
#3 Accepted 41ms 17.199 MiB
#4 Accepted 58ms 17.215 MiB
#5 Accepted 56ms 17.215 MiB
#6 Accepted 60ms 17.195 MiB
#7 Accepted 101ms 17.199 MiB
#8 Accepted 397ms 17.281 MiB
#9 Accepted 535ms 17.301 MiB
#10 Accepted 18ms 17.098 MiB

信息

递交者
类型
递交
题目
P1378 矩阵取数游戏
语言
C++
递交时间
2024-05-28 17:30:14
评测时间
2024-05-28 17:30:14
评测机
分数
90
总耗时
1305ms
峰值内存
17.301 MiB