Problem fizzbuzz
User charlottekjy
Submission Time 2024-07-27 08:01:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp:1:1: error: ‘a’ does not name a type
1 | a,b,x = map(int, input().split())
| ^