Problem | fizzbuzz |
---|---|
User | LYM2025 |
Submission Time | 2025-08-07 09:51:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp:4:1: error: ‘cin’ does not name a type; did you mean ‘sin’?
4 | cin>>x>>y>>z;
| ^~~
| sin
fizzbuzz.cpp:5:1: error: expected unqualified-id before ‘for’
5 | for(int i=0;i<x;x++){
| ^~~
fizzbuzz.cpp:5:13: error: ‘i’ does not name a type
5 | for(int i=0;i<x;x++){
| ^
fizzbuzz.cpp:5:17: error: ‘x’ does not name a type
5 | for(int i=0;i<x;x++){
| ^