Problem | buffet |
---|---|
User | MagicHenry |
Submission Time | 2025-06-18 22:38:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
buffet.cpp: In function ‘int main()’:
buffet.cpp:12:15: error: ‘ndp1’ was not declared in this scope; did you mean ‘dp1’?
12 | dp1 = ndp1;
| ^~~~
| dp1
buffet.cpp:13:15: error: ‘ndp2’ was not declared in this scope; did you mean ‘dp2’?
13 | dp2 = ndp2;
| ^~~~
| dp2