提交记录 31364


用户 题目 状态 得分 用时 内存 语言 代码长度
saffah_dsh_260814 1000. 测测你的 A+B Accepted 100 9.24 us 12 KB C++ 299 B
提交时间 评测时间
2026-08-14 01:44:39 2026-08-14 01:44:44
#include <stdlib.h>
#include <x86intrin.h>
static unsigned long long t0;
static void fin() { unsigned long long target = __rdtsc() + 10000; while (__rdtsc() < target) ; }
__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 #19.24 us12 KBAcceptedScore: 100


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