提交记录 8231
| 提交时间 |
评测时间 |
| 2019-02-03 17:48:45 |
2020-08-01 01:14:13 |
#include<bits/stdc++.h>
using namespace std;
#define Insertion_Sort sort
#define MinimumVal 0
void Insertion_Sort(unsigned *a,int n)
{
// int val=MinimumVal-1,address;
// for(;n;n--)
// {
// for(int i=0;i<n;i++)
// if(val<a[i])
// {
// val=a[i];
// address=i;
// }
// a[address]=a[n-1];
// a[n-1]=val;
// }
}
| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
| Testcase #1 | 37.49 us | 32 KB | Wrong Answer | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-04-07 03:16:17 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠