| Problem | helloworld |
|---|---|
| User | AnnoyingGuest |
| Submission Time | 2026-06-21 01:18:19 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:7:25: error: ‘N’ was not declared in this scope
7 | for (int i = 0; i < N; i++) {
| ^
helloworld.cpp:8:16: error: ‘tmp’ was not declared in this scope; did you mean ‘tm’?
8 | cin >> tmp;
| ^~~
| tm
helloworld.cpp:10:22: error: ‘X’ was not declared in this scope
10 | if (i + 1 == X) {
| ^
helloworld.cpp:11:13: error: ‘X_wei’ was not declared in this scope
11 | X_wei = tmp;
| ^~~~~
helloworld.cpp:16:26: error: ‘X_wei’ was not declared in this scope
16 | for (int i = 1; i <= X_wei; i++) {
| ^~~~~
helloworld.cpp:20:17: error: ‘Y’ was not declared in this scope
20 | if (carno % Y == 0) cout << "YES";
| ^