0_0_39169040_28055.cpp:1:4: error: stray '#' in program
1 | 1 #include <cstdio>
| ^
0_0_39169040_28055.cpp:2:4: error: stray '#' in program
2 | 2 #include <cstring>
| ^
0_0_39169040_28055.cpp:3:4: error: stray '#' in program
3 | 3 #include <cmath>
| ^
0_0_39169040_28055.cpp:4:4: error: stray '#' in program
4 | 4 #include <iostream>
| ^
0_0_39169040_28055.cpp:5:4: error: stray '#' in program
5 | 5 #include <algorithm>
| ^
0_0_39169040_28055.cpp:6:4: error: stray '#' in program
6 | 6 #include <string>
| ^
0_0_39169040_28055.cpp:7:4: error: stray '#' in program
7 | 7 #include <cstdlib>
| ^
0_0_39169040_28055.cpp:1:2: error: expected unqualified-id before numeric constant
1 | 1 #include <cstdio>
| ^
0_0_39169040_28055.cpp:10:1: error: expected unqualified-id before numeric constant
10 | 10
| ^~
|