提交记录 3151
| 提交时间 |
评测时间 |
| 2018-07-08 22:23:55 |
2020-07-31 21:11:55 |
typedef unsigned long long hash_t;
constexpr hash_t prime = 0x100000001B3ull;
constexpr hash_t basis = 0xCBF29CE484222325ull;
constexpr hash_t hash_(char const* str)
{
return hash_("555");
}
double plus(double a, double b)
{switch ((int)a) { default:
return a + b; case hash_("12345"): return 666;}
}
| Compilation | N/A | N/A | Compile Error | Score: N/A | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-04-19 03:16:23 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠