Problem sandd
User kingdavidfriend
Submission Time 2026-02-15 22:39:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp:3:11: error: ambiguating new declaration of ‘long long int getPrice(int)’
3 | long long 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);
| ^~~~~~~~