/ Vijos /

记录详情

Accepted

foo.cc: In function 'void readfile()':
foo.cc:29: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:32: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.164 MiB
#2 Accepted 11ms 6.027 MiB
#3 Accepted 13ms 5.004 MiB
#4 Accepted 7ms 4.492 MiB
#5 Accepted 24ms 5.598 MiB
#6 Accepted 7ms 4.57 MiB
#7 Accepted 7ms 5.004 MiB
#8 Accepted 18ms 5.211 MiB
#9 Accepted 9ms 4.98 MiB
#10 Accepted 27ms 5.969 MiB

信息

递交者
类型
递交
题目
P1011 清帝之惑之顺治
语言
C++
递交时间
2020-10-28 14:54:09
评测时间
2020-10-28 14:54:09
评测机
分数
100
总耗时
163ms
峰值内存
6.164 MiB