Problem fizzbuzz
User wahjsodhowasd
Submission Time 2026-08-25 12:46:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp:11:9: error: missing terminating " character
11 | cout<<"FizzBuzz”;
| ^~~~~~~~~~~~~
fizzbuzz.cpp:14:9: error: missing terminating " character
14 | cout<<"Fizz”;
| ^~~~~~~~~
fizzbuzz.cpp:19:9: error: missing terminating " character
19 | cout<<"Buzz”;
| ^~~~~~~~~
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:12:3: error: expected primary-expression before ‘}’ token
12 | }
| ^
fizzbuzz.cpp:15:3: error: expected primary-expression before ‘}’ token
15 | }
| ^
fizzbuzz.cpp:20:3: error: expected primary-expression before ‘}’ token
20 | }
| ^
fizzbuzz.cpp:25:1: error: expected ‘}’ at end of input
25 | }
| ^
fizzbuzz.cpp:5:11: note: to match this ‘{’
5 | int main(){
| ^