Problem | cookieclickeralpha |
---|---|
User | YellowPurpleDragon |
Submission Time | 2025-01-23 19:31:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cookieclickeralpha.cpp:31:2: error: stray ‘#’ in program
31 | }#include <bits/stdc++.h>
| ^
cookieclickeralpha.cpp:31:3: error: ‘include’ does not name a type
31 | }#include <bits/stdc++.h>
| ^~~~~~~
cookieclickeralpha.cpp:42:5: error: redefinition of ‘int main()’
42 | int main() {
| ^~~~
cookieclickeralpha.cpp:12:5: note: ‘int main()’ previously defined here
12 | int main() {
| ^~~~