Problem sixandseven
User yq
Submission Time 2026-06-26 15:10:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sixandseven.cpp: In function ‘int main()’:
sixandseven.cpp:4:7: error: expected initializer before ‘<=’ token
4 | int n<=99;
| ^~
sixandseven.cpp:5:7: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
5 | cin>>n;
| ^
| yn