提交记录 31441


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


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