| Problem | photo |
|---|---|
| User | wahjsodhowasd |
| Submission Time | 2026-02-19 09:56:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
photo.cpp: In function ‘int main()’:
photo.cpp:18:24: error: expected ‘;’ before ‘for’
18 | sort(v.begin(),v.end())
| ^
| ;
19 |
20 | for (int i=0;i<s*n;i++){
| ~~~
photo.cpp:20:14: error: ‘i’ was not declared in this scope
20 | for (int i=0;i<s*n;i++){
| ^
photo.cpp:33:13: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
33 | cout << ans << "\n";
| ^~~
| abs
photo.cpp:35:1: error: expected ‘}’ at end of input
35 | }
| ^
photo.cpp:7:7: note: to match this ‘{’
7 | main(){
| ^