Problem sixandseven
User tanhanxi195
Submission Time 2026-06-26 14:21:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sixandseven.cpp: In function ‘int main()’:
sixandseven.cpp:9:17: error: expected ‘;’ before ‘}’ token
9 | cout << "YES"
| ^
| ;
10 | }
| ~
sixandseven.cpp:10:2: error: expected ‘}’ at end of input
10 | }
| ^
sixandseven.cpp:5:16: note: to match this ‘{’
5 | signed main() {
| ^