0_0_38775301_6848.cpp:1:4: error: stray '#' in program
1 | 1 #include <algorithm>
| ^
0_0_38775301_6848.cpp:2:4: error: stray '#' in program
2 | 2 #include <iostream>
| ^
0_0_38775301_6848.cpp:1:2: error: expected unqualified-id before numeric constant
1 | 1 #include <algorithm>
| ^
0_0_38775301_6848.cpp:4:2: error: expected unqualified-id before numeric constant
4 | 4 int main()
| ^
|