记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:5: error: 'intn' was not declared in this scope; did you mean 'int'?
    7 |     intn,m;
      |     ^~~~
      |     int
/in/foo.cc:7:10: error: 'm' was not declared in this scope; did you mean 'tm'?
    7 |     intn,m;
      |          ^
      |          tm
/in/foo.cc:8:10: error: 'n' was not declared in this scope
    8 |     cin>>n>>m;
      |          ^

信息

递交者
类型
自测
语言
C++
递交时间
2025-05-11 15:17:04
评测时间
2025-05-11 15:17:04
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes