Problem scicom
User kalyeen
Submission Time 2025-06-20 13:07:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

scicom.cpp:1:6: error: expected unqualified-id before ‘return’
1 | int (return)
| ^~~~~~
scicom.cpp:1:6: error: expected ‘)’ before ‘return’
1 | int (return)
| ~^~~~~~
| )