Problem | fizzbuzz |
---|---|
User | thelusidian |
Submission Time | 2024-02-19 17:25:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:9:20: error: expected unqualified-id before ‘=’ token
9 | for (unsigned int = 1; i <= n; i++){
| ^
fizzbuzz.cpp:9:19: error: expected ‘;’ before ‘=’ token
9 | for (unsigned int = 1; i <= n; i++){
| ^~
| ;
fizzbuzz.cpp:9:20: error: expected primary-expression before ‘=’ token
9 | for (unsigned int = 1; i <= n; i++){
| ^
fizzbuzz.cpp:9:25: error: ‘i’ was not declared in this scope
9 | for (unsigned int = 1; i <= n; i++){
| ^
fizzbuzz.cpp:9:31: error: expected ‘)’ before ‘;’ token
9 | for (unsigned int = 1; i <= n; i++){
| ~ ^
| )
fizzbuzz.cpp:9:33: error: ‘i’ was not declared in this scope
9 | for (unsigned int = 1; i <= n; i++){