| Problem | problemsetter |
|---|---|
| User | ATHY |
| Submission Time | 2025-03-15 11:48:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
problemsetter.cpp: In function ‘int main()’:
problemsetter.cpp:17:17: error: ‘pl’ was not declared in this scope; did you mean ‘p’?
17 | for (int i=0;i<pl i++){
| ^~
| p
problemsetter.cpp:17:19: error: expected ‘;’ before ‘i’
17 | for (int i=0;i<pl i++){
| ^~
| ;
problemsetter.cpp:26:33: error: ‘problem’ was not declared in this scope; did you mean ‘problems’?
26 | int temp=contests[j].second-problem[i].second; //net satisfaction from every iteration
| ^~~~~~~
| problems
problemsetter.cpp:27:16: error: ‘tmp’ was not declared in this scope; did you mean ‘temp’?
27 | count+=max(tmp,count); //make sure it isnt negative and minimum is 0
| ^~~
| temp