Problem | palindromicfizzbuzz |
---|---|
User | RandomCtfNoob |
Submission Time | 2025-02-10 15:16:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
palindromicfizzbuzz.cpp: In function ‘int main()’:
palindromicfizzbuzz.cpp:7:2: error: expected initializer before ‘cin’
7 | cin >> st >> ed;
| ^~~
palindromicfizzbuzz.cpp:9:3: error: ‘check’ was not declared in this scope
9 | check = i;
| ^~~~~