Problem | fizzbuzz |
---|---|
User | JcYong |
Submission Time | 2024-06-19 09:14:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:8:24: error: expected ‘)’ before ‘;’ token
8 | while(long long i = 0; i < 100000){
| ~ ^
| )
fizzbuzz.cpp:8:26: error: ‘i’ was not declared in this scope
8 | while(long long i = 0; i < 100000){
| ^