/ OPS /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:9:5: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     while(scanf("%d",&n),n)
     ^
/in/foo.cc:14:33: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
             scanf("%d",&wall[j]);
                                 ^
# 状态 耗时 内存占用
#1 Accepted 1ms 204.0 KiB

信息

递交者
类型
递交
题目
P1918 Box of Bricks
语言
C++
递交时间
2019-10-26 12:28:07
评测时间
2019-10-26 22:40:06
评测机
分数
10
总耗时
1ms
峰值内存
204.0 KiB