| Problem | fizzbuzz |
|---|---|
| User | Yaoru |
| Submission Time | 2025-10-16 18:38:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp:1:2: error: invalid preprocessing directive #includ; did you mean #include?
1 | #includ <iostream>
| ^~~~~~
| include
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:5:5: error: ‘cin’ was not declared in this scope
5 | cin>>N>>A>>B;
| ^~~
fizzbuzz.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | #includ <iostream>
fizzbuzz.cpp:8:13: error: ‘cout’ was not declared in this scope
8 | cout<<"FizzBuzz"<<endl;
| ^~~~
fizzbuzz.cpp:8:13: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
fizzbuzz.cpp:8:31: error: ‘endl’ was not declared in this scope
8 | cout<<"FizzBuzz"<<endl;
| ^~~~
fizzbu