/ Vijos /

记录详情

Accepted

foo.cc: In function ‘int main()’:
foo.cc:27:9: warning: format ‘%d’ expects argument of type ‘int*’, but argument 2 has type ‘short int*’ [-Wformat=]
   27 | scanf("%d",&a[i][j]);
      |        ~^  ~~~~~~~~
      |         |  |
      |         |  short int*
      |         int*
      |        %hd
foo.cc:23:7: warning: unused variable ‘k’ [-Wunused-variable]
   23 | int n,k;
      |       ^
# 状态 耗时 内存占用
#1 Accepted 3ms 1020.0 KiB
#2 Accepted 3ms 792.0 KiB
#3 Accepted 11ms 6.023 MiB
#4 Accepted 61ms 25.633 MiB
#5 Accepted 179ms 76.066 MiB
#6 Accepted 513ms 164.105 MiB
#7 Accepted 507ms 164.117 MiB
#8 Accepted 515ms 164.141 MiB
#9 Accepted 483ms 163.973 MiB
#10 Accepted 494ms 164.121 MiB

信息

递交者
类型
递交
题目
P1143 三取方格数
语言
C++
递交时间
2024-08-18 16:27:40
评测时间
2024-08-18 16:27:40
评测机
分数
100
总耗时
2773ms
峰值内存
164.141 MiB