Problem sixandseven
User Thealienhuman
Submission Time 2026-06-26 13:16:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sixandseven.cpp: In function ‘int main()’:
sixandseven.cpp:2:2: error: ‘string’ was not declared in this scope
2 | string n;
| ^~~~~~
sixandseven.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin >> n;
| ^~~
sixandseven.cpp:3:12: error: ‘n’ was not declared in this scope
3 | cin >> n;
| ^
sixandseven.cpp:5:9: error: ‘cout’ was not declared in this scope
5 | cout << "YES";
| ^~~~
sixandseven.cpp:8:9: error: ‘cout’ was not declared in this scope
8 | cout << "NO";
| ^~~~