0_0_39613472_3092.cpp:2:7: error: invalid preprocessing directive #Read
2 | # Read the number of test cases
| ^~~~
0_0_39613472_3092.cpp:5:11: error: invalid preprocessing directive #Read
5 | # Read the number of integers and the integers themselves
| ^~~~
0_0_39613472_3092.cpp:7:11: error: invalid preprocessing directive #Calculate
7 | # Calculate the sum of the integers
| ^~~~~~~~~
0_0_39613472_3092.cpp:9:11: error: invalid preprocessing directive #Print
9 | # Print the result
| ^~~~~
0_0_39613472_3092.cpp:1:1: error: 'def' does not name a type
1 | def main():
| ^~~
|