Problem | streakmanipulation |
---|---|
User | asbx |
Submission Time | 2023-12-13 10:00:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
streakmanipulation.cpp: In function ‘int main()’:
streakmanipulation.cpp:12:42: error: expected ‘;’ before ‘}’ token
12 | cout<<min(floor(m/k),floor((n-k+1)/k))
| ^
| ;
13 | }
| ~