| Problem | fizzbuzz |
|---|---|
| User | OSZ |
| Submission Time | 2025-06-16 16:53:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp:6:18: error: empty character constant
6 | std::cout << '';
| ^~
fizzbuzz.cpp:8:18: error: empty character constant
8 | std::cout << '';
| ^~
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:7:17: error: ‘a’ was not declared in this scope
7 | std::cin >> a;
| ^
fizzbuzz.cpp:9:14: error: ‘b’ was not declared in this scope
9 | std::cin >> b;
| ^