| Problem | sixandseven |
|---|---|
| User | dharshanmb |
| Submission Time | 2026-06-26 16:09:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sixandseven.cpp:1:24: error: missing terminating > character
1 | #include <bits/stdc++.h
| ^
sixandseven.cpp:6:13: error: cannot declare ‘::main’ to be a global variable
6 | signed main (
| ^
sixandseven.cpp:8:10: error: expected primary-expression before ‘n’
8 | string n;
| ^
sixandseven.cpp:8:10: error: expected ‘}’ before ‘n’
sixandseven.cpp:7:2: note: to match this ‘{’
7 | {
| ^
sixandseven.cpp:8:9: error: expected ‘)’ before ‘n’
8 | string n;
| ^~
| )
sixandseven.cpp:6:13: note: to match this ‘(’
6 | signed main (
| ^
sixandseven.cpp:9:3: error: ‘cin’ does not name a type; did you mean ‘sin’?
9 | cin >> n;
| ^~~
| sin
sixandseven.cpp:10:3: error: expected unqualified-id before ‘for’
10 | for(int g = 0;<=(int)n.size();g++)