记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:45:15: error: 'input' was not declared in this scope
  int a[N], na;input a;
               ^~~~~
/in/foo.cc:46:21: error: expected ';' before 'b'
  int b[N], nb;input b;
                     ^

信息

递交者
类型
自测
语言
C++
递交时间
2024-11-25 17:32:24
评测时间
2024-11-25 17:32:24
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes