| Problem | fizzbuzz |
|---|---|
| User | Citric3thanol |
| Submission Time | 2026-06-22 16:39:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp:1:2: error: invalid preprocessing directive #insert; did you mean #assert?
1 | #insert <bits/stdc++.h>
| ^~~~~~
| assert
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:6:2: error: ‘cin’ was not declared in this scope
6 | cin >> A, B, N;
| ^~~
fizzbuzz.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | #insert <bits/stdc++.h>
fizzbuzz.cpp:6:9: error: ‘A’ was not declared in this scope
6 | cin >> A, B, N;
| ^
fizzbuzz.cpp:6:12: error: ‘B’ was not declared in this scope
6 | cin >> A, B, N;
| ^
fizzbuzz.cpp:6:15: error: ‘N’ was not declared in this scope
6 | cin >> A, B, N;
| ^
fizzbuzz.cpp:12:6: error: ‘cout’ was not declared in this scope
12 | cout << "FizzBuzz