| Problem | threethreethree |
|---|---|
| User | yq |
| Submission Time | 2026-06-24 10:40:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
threethreethree.cpp: In function ‘int main()’:
threethreethree.cpp:17:6: error: ‘a’ was not declared in this scope
17 | if(a+b+c % 3 == 0){
| ^
threethreethree.cpp:17:8: error: ‘b’ was not declared in this scope
17 | if(a+b+c % 3 == 0){
| ^
threethreethree.cpp:17:10: error: ‘c’ was not declared in this scope
17 | if(a+b+c % 3 == 0){
| ^
threethreethree.cpp:18:23: error: ‘i’ was not declared in this scope
18 | cout<<"YES"<<endl<<i<<j<<k;
| ^
threethreethree.cpp:18:26: error: ‘j’ was not declared in this scope
18 | cout<<"YES"<<endl<<i<<j<<k;
| ^
threethreethree.cpp:18:29: error: ‘k’ was not declared in this scope
18 | cout<<"YES"<<endl<<i<<j<<k;
| ^