提交记录 14119


用户 题目 状态 得分 用时 内存 语言 代码长度
onionyst router32. 测测你的路由器 Wrong Answer 25 7.893 ms 9720 KB C++ 231 B
提交时间 评测时间
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; }

CompilationN/AN/ACompile OKScore: N/A

Testcase #111.06 us28 KBAcceptedScore: 25

Testcase #22.221 ms9 MB + 504 KBWrong AnswerScore: 0

Testcase #35.062 ms9 MB + 504 KBWrong AnswerScore: 0

Testcase #47.893 ms9 MB + 504 KBWrong AnswerScore: 0


Judge Duck Online | 评测鸭在线
Server Time: 2026-03-23 02:48:54 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠