Problem swords
User igupta
Submission Time 2023-03-07 15:26:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swords.cpp:9:26: error: expected constructor, destructor, or type conversion before ‘(’ token
9 | ios_base::sync_with_stdio(false);
| ^
swords.cpp:10:1: error: ‘cin’ does not name a type; did you mean ‘sin’?
10 | cin.tie(NULL);
| ^~~
| sin