← Back to Challenge List

Submission #98258

上傳編號98258
上傳時間2020-05-20 11:24:00
題目 四數排序
使用者 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:15:25: error: a function-definition is not allowed here before '{' token
void swap(int *a,int *b){
^
./test.cpp:19:1: error: expected '}' at end of input
}
^