Problem swords
User trollSecOps
Submission Time 2024-02-23 19:29:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swords.cpp: In function ‘int main()’:
swords.cpp:29:5: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
29 | return;
| ^~~~~~