| Problem | general |
|---|---|
| User | LCJLY |
| Submission Time | 2026-05-07 21:40:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
general.cpp:1:1: error: stray ‘`’ in program
1 | ```
| ^
general.cpp:1:2: error: stray ‘`’ in program
1 | ```
| ^
general.cpp:1:3: error: stray ‘`’ in program
1 | ```
| ^
general.cpp:58:1: error: stray ‘`’ in program
58 | ```
| ^
general.cpp:58:2: error: stray ‘`’ in program
58 | ```
| ^
general.cpp:58:3: error: stray ‘`’ in program
58 | ```
| ^
general.cpp: In function ‘void merge(int, int)’:
general.cpp:25:11: error: ‘swap’ was not declared in this scope
25 | if(b<a) swap(a,b);
| ^~~~
general.cpp: In function ‘void solve()’:
general.cpp:31:2: error: ‘cin’ was not declared in this scope
31 | cin >> n >> m;
| ^~~
general.cpp:49:4: error: ‘cout’ was not declared in this scope
49 | cout << -1 << '\n';
| ^~~~
general.cpp:54:4: error: ‘cout’ was not declared in this sco