提交记录 1552
| 提交时间 |
评测时间 |
| 2018-06-20 21:42:58 |
2020-07-31 20:52:02 |
#pragma GCC optimize("-Ofast")
#pragma GCC target("sse4")
unsigned int plus(register const unsigned int a,register const unsigned int b){
register unsigned res;
__asm__ __volatile__ (
"add %2, %1;"
"mov %0, %2;"
:"=r"(res)
:"r"(a),"r"(b));
return a;
}
| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
| Testcase #1 | 4.6 us | 12 KB | Wrong Answer | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-04-24 04:07:29 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠