Problem cookieclickeralpha
User PrunJuice
Submission Time 2025-02-27 12:22:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cookieclickeralpha.cpp:1:3: error: invalid preprocessing directive #Copyright
1 | # Copyright (c) 2020 kamyu. All rights reserved.
| ^~~~~~~~~
cookieclickeralpha.cpp:3:3: error: invalid preprocessing directive #Google
3 | # Google Code Jam 2014 Qualification Round - Problem B. Cookie Clicker Alpha
| ^~~~~~
cookieclickeralpha.cpp:4:3: error: invalid preprocessing directive #https
4 | # https://code.google.com/codejam/contest/2974486/dashboard#s=p1
| ^~~~~
cookieclickeralpha.cpp:6:3: error: invalid preprocessing directive #Time
6 | # Time: O(X / C)
| ^~~~
cookieclickeralpha.cpp:7:3: error: invalid preprocessing directive #Space
7 | # Space: O(1)
| ^~~~~
cookieclickeralpha.cpp:11:52: error: stray ‘#’ in program
11 | C, F, X = map(float, input().strip().split()) # Use input() for Python 3
| ^
cookieclickeralpha.c