Problem problemsetter
User burningout
Submission Time 2025-03-13 01:10:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

problemsetter.cpp: In function ‘int main()’:
problemsetter.cpp:17:19: error: ‘i’ was not declared in this scope
17 | cin >> problems[i].first >> problems[i]. second;
| ^
problemsetter.cpp:24:22: error: ‘s’ was not declared in this scope
24 | satisfaction += (s[i]-d[j]);
| ^
problemsetter.cpp:24:27: error: ‘d’ was not declared in this scope
24 | satisfaction += (s[i]-d[j]);
| ^