提交记录 14019
| 提交时间 |
评测时间 |
| 2020-08-21 15:00:39 |
2020-08-21 15:00:44 |
#include <bits/stdc++.h>
#define MAXN 100001
unsigned a[MAXN];
int main() {
fread(a, 1, MAXN * 4, stdin);
int n = a[0];
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 | 显示更多 |
| Subtask #1 Testcase #1 | 33.3 us | 44 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #2 | 40.42 us | 44 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #3 | 39.83 us | 44 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #4 | 35.66 us | 44 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #5 | 469.1 us | 120 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #6 | 965.21 us | 196 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #7 | 1.469 ms | 276 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #8 | 2.544 ms | 432 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #9 | 3.398 ms | 552 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #10 | 3.407 ms | 552 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #11 | 5.368 ms | 816 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #12 | 1.117 ms | 816 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #13 | 930.15 us | 816 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #14 | 5.236 ms | 816 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #15 | 5.143 ms | 816 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #16 | 5.371 ms | 816 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #17 | 5.369 ms | 816 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #18 | 1.202 ms | 816 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #19 | 5.109 ms | 816 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #20 | 5.316 ms | 816 KB | Wrong Answer | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-03-23 07:05:21 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠