Problem photo
User usernamehere
Submission Time 2024-08-13 19:05:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

photo.cpp: In function ‘int main()’:
photo.cpp:32:32: error: expected ‘;’ before ‘}’ token
32 | m = min(m, abs(a1[i]-a2[j]))
| ^
| ;
33 | }
| ~