Problem sandd
User theRealLucasXD
Submission Time 2025-06-02 20:51:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘long long int demand(long long int)’:
sandd.cpp:6:15: error: ‘p’ was not declared in this scope
6 | if(P<0||P>p) return -1;
| ^
sandd.cpp:7:12: error: ‘p’ was not declared in this scope
7 | return p-P;
| ^
sandd.cpp: In function ‘long long int supply(long long int)’:
sandd.cpp:10:15: error: ‘p’ was not declared in this scope
10 | if(P<0||P>p) return -1;
| ^