Problem sandd
User n1k1trh
Submission Time 2025-08-03 17:17:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp:6:4: error: ambiguating new declaration of ‘long long int getPrice(int)’
6 | ll getPrice(int x) {
| ^~~~~~~~
In file included from sandd.cpp:1:
sandd.h:4:5: note: old declaration ‘int getPrice(int)’
4 | int getPrice(int P);
| ^~~~~~~~