Problem | party |
---|---|
User | wayne |
Submission Time | 2024-04-18 13:24:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
party.cpp:6:1: error: stray ‘\302’ in program
6 | int n,m; cin >> n >> m;
| ^
party.cpp:6:2: error: stray ‘\240’ in program
6 | int n,m; cin >> n >> m;
| ^
party.cpp:8:1: error: stray ‘\302’ in program
8 | vector<int> friends[n + 2];
| ^
party.cpp:8:2: error: stray ‘\240’ in program
8 | vector<int> friends[n + 2];
| ^
party.cpp:9:1: error: stray ‘\302’ in program
9 | bool vis[n + 2];
| ^
party.cpp:9:2: error: stray ‘\240’ in program
9 | bool vis[n + 2];
| ^
party.cpp:11:1: error: stray ‘\302’ in program
11 | int ans = 0;
| ^
party.cpp:11:2: error: stray ‘\240’ in program
11 | int ans = 0;
| ^
party.cpp:11:4: error: stray ‘\302’ in program
11 | int ans = 0;
| ^
party.cpp:11:5: error: stray ‘\240’ in program
11 | int ans = 0;
| ^
par