Problem sandd
User ryansoh
Submission Time 2023-07-28 22:05:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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