Problem | cookieclickeralpha |
---|---|
User | PrunJuice |
Submission Time | 2025-02-27 12:22:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cookieclickeralpha.cpp:2:52: error: stray ‘#’ in program
2 | C, F, X = map(float, input().strip().split()) # Use input() for Python 3
| ^
cookieclickeralpha.cpp:4:7: error: invalid preprocessing directive #rate
4 | # rate >= F*X/C - F
| ^~~~
cookieclickeralpha.cpp:5:7: error: invalid preprocessing directive #=
5 | # => 2 + (times of loop) * F >= F*X/C - F
| ^
cookieclickeralpha.cpp:6:7: error: invalid preprocessing directive #=
6 | # => times of loop >= X/C - 1 - 2/F
| ^
cookieclickeralpha.cpp:7:7: error: invalid preprocessing directive #=
7 | # => min times of loop <= ceil(X/C - 1 - 2/F)
| ^
cookieclickeralpha.cpp:13:35: error: stray ‘#’ in program
13 | for case in range(int(input())): # Use range() and cast the input to int
|