/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:6:21: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d",&V,&N);
                     ^
/in/foo.cc:8:17: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&v);
                 ^
# 状态 耗时 内存占用
#1 Accepted 1ms 128.0 KiB
#2 Accepted 1ms 256.0 KiB
#3 Accepted 1ms 256.0 KiB
#4 Accepted 1ms 256.0 KiB
#5 Accepted 3ms 364.0 KiB

信息

递交者
类型
递交
题目
P1133 装箱问题
语言
C++
递交时间
2017-04-09 22:17:01
评测时间
2017-04-09 22:17:01
评测机
分数
50
总耗时
10ms
峰值内存
364.0 KiB