| Problem | fizzbuzz |
|---|---|
| User | rain127 |
| Submission Time | 2025-12-03 13:40:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp:1:2: error: invalid preprocessing directive #inlclude; did you mean #include?
1 | #inlclude <bits/stdc++.h>
| ^~~~~~~~
| include
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:5:19: error: ‘cin’ was not declared in this scope
5 | long long a,b,c; cin >> a >> b >> c;
| ^~~
fizzbuzz.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | #inlclude <bits/stdc++.h>
fizzbuzz.cpp:10:4: error: ‘cout’ was not declared in this scope
10 | cout << "Fizz";
| ^~~~
fizzbuzz.cpp:10:4: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
fizzbuzz.cpp:13:4: error: ‘cout’ was not declared in this scope
13 | cout << "Buzz";
| ^~~~
fizzbuzz.cpp:13:4: note: ‘std::cout