Problem | fizzbuzz |
---|---|
User | xragon |
Submission Time | 2024-12-04 16:45:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:7:5: error: expected ‘;’ before ‘x’
7 | cin x >> y >> z;
| ^~
| ;
fizzbuzz.cpp:8:25: error: expected ‘;’ before ‘)’ token
8 | for (int i=1; i<=x, i++) {
| ^
| ;