提交记录 14119
| 提交时间 |
评测时间 |
| 2020-09-13 02:11:36 |
2020-09-13 02:11:42 |
#include "router.h"
typedef struct {
RoutingTableEntry entry;
int next[2];
} TrieNode;
TrieNode trie[10000];
int index = 0;
void init(int n, int q, const RoutingTableEntry *a) {}
unsigned query(unsigned addr) { return 0; }
| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
| Testcase #1 | 11.06 us | 28 KB | Accepted | Score: 25 | 显示更多 |
| Testcase #2 | 2.221 ms | 9 MB + 504 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #3 | 5.062 ms | 9 MB + 504 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #4 | 7.893 ms | 9 MB + 504 KB | Wrong Answer | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-03-23 02:48:54 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠