| Problem | sixandseven |
|---|---|
| User | gl |
| Submission Time | 2026-06-26 12:57:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sixandseven.cpp: In function ‘int main()’:
sixandseven.cpp:11:28: error: expected ‘;’ before ‘{’ token
11 | if (i == (int)n.length(){
| ^
| ;
sixandseven.cpp:14:25: error: expected ‘)’ before ‘;’ token
14 | cout << "YES" << "\n";
| ^
| )
sixandseven.cpp:11:7: note: to match this ‘(’
11 | if (i == (int)n.length(){
| ^
sixandseven.cpp:23:1: error: expected ‘}’ at end of input
23 | }
| ^
sixandseven.cpp:4:15: note: to match this ‘{’
4 | signed main() {
| ^