/ 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 1ms 2.215 MiB

信息

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