Problem sandd
User f0restf1re
Submission Time 2023-02-19 16:29:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp:6:9: error: ambiguating new declaration of ‘int32_t getPrice(long long int)’
6 | int32_t getPrice (int P){
| ^~~~~~~~
In file included from sandd.cpp:4:
sandd.h:4:5: note: old declaration ‘long long int getPrice(long long int)’
4 | int getPrice(int P);
| ^~~~~~~~
sandd.cpp: In function ‘int32_t getPrice(long long int)’:
sandd.cpp:15:12: error: ‘m’ was not declared in this scope
15 | return m;
| ^