| Problem | sixandseven |
|---|---|
| User | 314mber |
| Submission Time | 2026-06-26 13:34:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sixandseven.cpp: In function ‘int main()’:
sixandseven.cpp:5:5: error: expected ‘;’ before ‘N’
5 | cin N;
| ^~
| ;
sixandseven.cpp:11:1: error: expected ‘}’ at end of input
11 | }
| ^
sixandseven.cpp:6:40: note: to match this ‘{’
6 | for (int i = 0; i <= N.length(); i++) {
| ^
sixandseven.cpp:11:1: error: expected ‘}’ at end of input
11 | }
| ^
sixandseven.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^