Problem fizzbuzz
User dousaiirx
Submission Time 2024-07-20 11:57:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp:1:1: error: ā€˜Nā€™ does not name a type
1 | N, A, B = map(int, input().strip().split())
| ^