Problem differencearray
User xyzidk9
Submission Time 2026-05-16 10:19:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

differencearray.cpp: In function ‘int main()’:
differencearray.cpp:15:10: error: incompatible types in assignment of ‘int’ to ‘unsigned int [n]’
15 | arr += u;
| ^