Problem scicom
User roycedaboss
Submission Time 2025-06-20 13:34:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

scicom.cpp: In function ‘int main()’:
scicom.cpp:5:10: error: declaration does not declare anything [-fpermissive]
5 | int long long;
| ^~~~
scicom.cpp:7:22: error: expected ‘;’ before ‘}’ token
7 | cout << "name, medal"
| ^
| ;
8 |
9 | }
| ~