/ OPS /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:29:71: warning: operation on 'num' may be undefined [-Wsequence-point]
     while (cin >> day[num++].yue >> a >> day[num].ri >> a >> day[num].nian);
                                                                       ^
/in/foo.cc:35:20: warning: ignoring return value of 'int system(const char*)', declared with attribute warn_unused_result [-Wunused-result]
     system("pause");
                    ^
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 320.0 KiB

信息

递交者
类型
递交
题目
P1045 按日期排序
语言
C++
递交时间
2023-03-07 17:07:29
评测时间
2023-03-07 17:07:29
评测机
分数
0
总耗时
2ms
峰值内存
320.0 KiB