Compile Error

/in/foo.cc:1:2: error: stray '\' in program
    1 | v\#include <iostream>
      |  ^
/in/foo.cc:1:3: error: stray '#' in program
    1 | v\#include <iostream>
      |   ^
/in/foo.cc:1:1: error: 'v' does not name a type
    1 | v\#include <iostream>
      | ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:5:5: error: 'cin' was not declared in this scope
    5 |     cin>>n>>m;
      |     ^~~
/in/foo.cc:45:5: error: 'cout' was not declared in this scope
   45 |     cout<<max<<endl;
      |     ^~~~
/in/foo.cc:45:16: error: 'endl' was not declared in this scope
   45 |     cout<<max<<endl;
      |                ^~~~

信息

递交者
类型
递交
题目
P2975 排兵布阵
语言
C++
递交时间
2025-10-17 21:49:07
评测时间
2025-10-17 21:49:07
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes