/ OPS /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:47:10: error: expected '}' at end of input
   47 |  return 0;
      |          ^
/in/foo.cc:15:2: note: to match this '{'
   15 |  {
      |  ^
/in/foo.cc:47:10: error: expected '}' at end of input
   47 |  return 0;
      |          ^
/in/foo.cc:4:11: note: to match this '{'
    4 | int main(){
      |           ^

信息

递交者
类型
递交
题目
P1045 按日期排序
语言
C++
递交时间
2024-05-25 15:29:56
评测时间
2024-05-25 15:29:56
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes