| Problem | sixandseven |
|---|---|
| User | Mithilesh |
| Submission Time | 2026-06-26 15:36:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sixandseven.cpp: In function ‘int main()’:
sixandseven.cpp:7:6: error: expected unqualified-id before ‘>>’ token
7 | int >> n;
| ^~
sixandseven.cpp:8:12: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
8 | cin >> n;
| ^
| yn
sixandseven.cpp:8:13: error: expected ‘}’ at end of input
8 | cin >> n;
| ^
sixandseven.cpp:6:1: note: to match this ‘{’
6 | {
| ^