← Back to Challenge List

Submission #98274

上傳編號98274
上傳時間2020-05-20 11:37:31
題目 四數排序
使用者 anonymous
總得分 0, CE in 0 ms
# State Runtime Memory
0 CE 0 ms 0
1 CE 0 ms 0
2 CE 0 ms 0
3 CE 0 ms 0
4 CE 0 ms 0
Judge Information
./test.cpp: In function 'int main()':
./test.cpp:12:37: error: request for member 'A' in 'A[i]', which is of non-class type 'int'
if(A[i]>A[j]){swap(A[i].A[j]);}
^