Problem fizzbuzz
User Ant1234567890
Submission Time 2025-06-09 19:28:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp:1:2: error: stray ‘#’ in program
1 | x#include <iostream>
| ^
fizzbuzz.cpp:1:1: error: ‘x’ does not name a type
1 | x#include <iostream>
| ^
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:7:5: error: ‘cin’ was not declared in this scope
7 | cin >> x >> y >> z;
| ^~~
fizzbuzz.cpp:11:13: error: ‘cout’ was not declared in this scope
11 | cout << "FizzBuzz/n";
| ^~~~
fizzbuzz.cpp:13:13: error: ‘cout’ was not declared in this scope
13 | cout << "Fizz/n";
| ^~~~
fizzbuzz.cpp:15:13: error: ‘cout’ was not declared in this scope
15 | cout << "Buzz/n";
| ^~~~
fizzbuzz.cpp:17:13: error: ‘cout’ was not declared in this scope
17 | cout << i<<"/n";
| ^~~~