/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:8:19: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&k);
                   ^
/in/foo.cc:11:35: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d %d %d",&y,&m,&d);
                                   ^
# 状态 耗时 内存占用
#1 Accepted 3ms 384.0 KiB

信息

递交者
类型
递交
题目
P1004 伊甸园日历游戏
语言
C++
递交时间
2017-03-28 13:21:57
评测时间
2017-03-28 13:21:57
评测机
分数
100
总耗时
3ms
峰值内存
384.0 KiB