| Problem | threethreethree |
|---|---|
| User | yq |
| Submission Time | 2026-06-24 10:39:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
threethreethree.cpp: In function ‘int main()’:
threethreethree.cpp:9:9: error: expected unqualified-id before 'a'
9 | char 'a'= A[i];
| ^~~
threethreethree.cpp:14:8: error: expected unqualified-id before 'b'
14 | char 'b'= A[j]
| ^~~
threethreethree.cpp:18:9: error: expected unqualified-id before 'c'
18 | char 'c'=A[k]
| ^~~
threethreethree.cpp:20:6: error: ‘a’ was not declared in this scope
20 | if(a+b+c % 3 == 0){
| ^
threethreethree.cpp:20:8: error: ‘b’ was not declared in this scope
20 | if(a+b+c % 3 == 0){
| ^
threethreethree.cpp:20:10: error: ‘c’ was not declared in this scope
20 | if(a+b+c % 3 == 0){
| ^
threethreethree.cpp:21:23: error: ‘i’ was not declared in this scope
21 | cout<<"YES"<<endl<<i<<j<<k;
| ^
threethreethree.cpp:21:26: error