Problem | fizzbuzz |
---|---|
User | Akshar |
Submission Time | 2024-06-20 15:57:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:12:13: error: expected ‘)’ before ‘!’ token
12 | }else if(n!%a&&n!%b==0){
| ~ ^
| )
fizzbuzz.cpp:13:28: error: expected ‘;’ before ‘)’ token
13 | for(long long i=0;i<n,i++){
| ^
| ;