Problem sandd
User wilson9304
Submission Time 2026-03-04 16:29:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘long long int demand(int)’:
sandd.cpp:5:5: error: ‘dcnt’ was not declared in this scope
5 | dcnt++;
| ^~~~
sandd.cpp:6:12: 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(int)’:
sandd.cpp:10:5: error: ‘scnt’ was not declared in this scope
10 | scnt++;
| ^~~~
sandd.cpp:11:12: error: ‘p’ was not declared in this scope
11 | if(P<0||P>p) return -1;
| ^