Problem swords
User G
Submission Time 2024-02-05 19:44:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swords.cpp: In function ‘int main()’:
swords.cpp:14:3: error: ‘jump’ was not declared in this scope
14 | jump;
| ^~~~
swords.cpp:18:10: error: label ‘jump’ used but not defined
18 | goto jump;
| ^~~~