0_0_39638227_1587.cpp:4:7: error: invalid preprocessing directive #Reading
4 | # Reading from standard input
| ^~~~~~~
0_0_39638227_1587.cpp:9:11: error: invalid preprocessing directive #Split
9 | # Split the line into two integers
| ^~~~~
0_0_39638227_1587.cpp:12:11: error: invalid preprocessing directive #Check
12 | # Check for the termination condition
| ^~~~~
0_0_39638227_1587.cpp:16:11: error: invalid preprocessing directive #Output
16 | # Output the sum of a and b
| ^~~~~~
0_0_39638227_1587.cpp:1:1: error: 'import' does not name a type
1 | import sys
| ^~~~~~
0_0_39638227_1587.cpp:1:1: note: C++20 'import' only available with '-fmodules-ts', which is not yet enabled with '-std=c++20'
|