/ Vijos /

记录详情

Accepted

foo.cc: In function 'void readfile()':
foo.cc:22:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 scanf("%d%d",&n,&m);
 ~~~~~^~~~~~~~~~~~~~
foo.cc:25:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d",&a[i][j]);
    ~~~~~^~~~~~~~~~~~~~~
识别到10个测试点
# 状态 耗时 内存占用
#1 Accepted 36ms 6.176 MiB
#2 Accepted 10ms 5.977 MiB
#3 Accepted 12ms 4.938 MiB
#4 Accepted 6ms 4.598 MiB
#5 Accepted 22ms 5.602 MiB
#6 Accepted 7ms 4.508 MiB
#7 Accepted 6ms 4.992 MiB
#8 Accepted 16ms 5.215 MiB
#9 Accepted 9ms 5.102 MiB
#10 Accepted 24ms 5.977 MiB

信息

递交者
类型
递交
题目
P1011 清帝之惑之顺治
语言
C++
递交时间
2020-10-28 15:08:55
评测时间
2020-10-28 15:08:55
评测机
分数
100
总耗时
153ms
峰值内存
6.176 MiB