提交记录 31363


用户 题目 状态 得分 用时 内存 语言 代码长度
saffah_dsh_260814 1000. 测测你的 A+B Accepted 100 6.35 us 12 KB C++ 223 B
提交时间 评测时间
2026-08-14 01:44:38 2026-08-14 01:44:43
#include <stdlib.h>
#include <x86intrin.h>
static unsigned long long t0;
static void fin() { }
__attribute__((constructor(65535))) static void ini() { t0 = __rdtsc(); atexit(fin); }
int plus(int a, int b) { return a + b; }

CompilationN/AN/ACompile OKScore: N/A

Testcase #16.35 us12 KBAcceptedScore: 100


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