| Problem | stability |
|---|---|
| User | ZivTheONe |
| Submission Time | 2025-11-28 19:22:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
stability.cpp: In member function ‘void Solution::feastable()’:
stability.cpp:47:9: error: ‘pt3’ was not declared in this scope; did you mean ‘ptr3’?
47 | if (pt3 == pt4) *pt3 = min(A[i], B[i]);
| ^~~
| ptr3
stability.cpp:47:16: error: ‘pt4’ was not declared in this scope; did you mean ‘ptr4’?
47 | if (pt3 == pt4) *pt3 = min(A[i], B[i]);
| ^~~
| ptr4