Problem sandd
User StarSparrowFox
Submission Time 2025-09-13 20:51:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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