提交记录 47368
| 提交时间 |
评测时间 |
| 2026-08-23 15:30:15 |
2026-08-23 15:30:17 |
typedef unsigned long U;
typedef int V16 __attribute__((vector_size(64), aligned(1)));
typedef int V8 __attribute__((vector_size(32), aligned(1)));
typedef int V4 __attribute__((vector_size(16), aligned(1)));
typedef int V2 __attribute__((vector_size(8), aligned(1)));
int plus(int a, int b) { return a + b; }
__attribute__((noreturn, target("avx512f")))
void __libc_start_main(void *unused, U argc, char **argv) {
(void)unused; (void)argc;
U *d = (U *)((U *)argv)[29];
const int *a = (const int *)(U)d[9];
int *out = (int *)(U)d[11];
*(V16 *)(out + 0) = *(const V16 *)(a + 0) + *(const V16 *)(a + 10);
__asm__ volatile("mov $60,%%eax;xor %%edi,%%edi;syscall"
::: "rax", "rdi", "rcx", "r11", "memory");
__builtin_unreachable();
}
| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
| Testcase #1 | 2.87 us | 4 KB | Runtime Error | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-08-28 01:43:51 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠