| Problem | sandd |
|---|---|
| User | GrainOrBread |
| Submission Time | 2025-12-10 15:10:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sandd.cpp:6:11: error: ambiguating new declaration of ‘long long int getPrice(int)’
6 | 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);
| ^~~~~~~~