提交记录 1602
| 提交时间 |
评测时间 |
| 2018-06-20 22:29:39 |
2020-07-31 20:52:34 |
#pragma GCC diagnostic ignored "-Wreturn-type"
#pragma GCC diagnostic ignored "-Wattributes"
__attribute__((always_inline)) unsigned plus(register const unsigned a,register const unsigned b)
{
__asm__ __volatile__(
"add %1, %%eax\n"
:
:"r"(a),"r"(b)
);
}
| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
| Testcase #1 | 4.96 us | 12 KB | Wrong Answer | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-04-24 02:18:25 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠