提交记录 21531 
	
	
	
		
			
			
				
					|  提交时间  | 
					 评测时间  | 
				
				
					|  2024-04-12 11:50:56  | 
 2024-04-12 11:50:58  | 
				
			
			
			
			
			
				
				#include <stdio.h>
#define MAXN 100001
unsigned a[MAXN];
#include<algorithm>
int main() {
	fread(a, 1, MAXN * 4, stdin);
	int n = a[0];
	
	// Rearrange the ducks a[1] .. a[n] here
	std::sort(a+1,a+n+1);
	fwrite(a + 1, 1, n * 4, stdout);
	return 0;
}
				
				
				| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 | 
| Testcase #1 | 0 ns | 0 KB | Judge Failed | Score: 0 | 显示更多 | 
 
			 
		 
	 
	
	
	
		
			Judge Duck Online | 评测鸭在线 
			Server Time: 2025-11-04 20:46:25 | Loaded in 1 ms |  Server Status  
			个人娱乐项目,仅供学习交流使用 |  捐赠