Problem | NYSport |
---|---|
User | JoshJuice |
Submission Time | 2024-11-22 13:34:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
NYSport.cpp: In function ‘int main()’:
NYSport.cpp:8:2: error: ‘sum’ was not declared in this scope
8 | sum += (int(floor(n/4)+floor(k/3));
| ^~~
NYSport.cpp:8:36: error: expected ‘)’ before ‘;’ token
8 | sum += (int(floor(n/4)+floor(k/3));
| ~ ^
| )