/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:55:23: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d", &n, &m);
                       ^
/in/foo.cc:62:39: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d%d", score + id[i][j], &s);
                                       ^
/in/foo.cc:64:26: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d", &x, &y);
                          ^
# 状态 耗时 内存占用
#1 Accepted 2ms 2.219 MiB
#2 Accepted 1ms 2.227 MiB
#3 Accepted 2ms 2.227 MiB
#4 Accepted 1ms 2.23 MiB
#5 Accepted 1ms 2.211 MiB
#6 Accepted 1ms 2.23 MiB
#7 Accepted 3ms 2.219 MiB
#8 Accepted 1ms 2.219 MiB
#9 Accepted 82ms 5.863 MiB
#10 Accepted 6ms 2.125 MiB

信息

递交者
类型
递交
题目
P1607 植物大战僵尸
语言
C++
递交时间
2017-03-28 15:37:13
评测时间
2017-03-28 15:37:13
评测机
分数
100
总耗时
102ms
峰值内存
5.863 MiB