提交记录 11028


用户 题目 状态 得分 用时 内存 语言 代码长度
SodiumThiocyanate test. 自定义测试 Accepted 100 3.15 us 8 KB C++ 80 B
提交时间 评测时间
2019-10-22 07:31:23 2023-09-03 19:38:01
#include <cstdio>
int main()
{
	for(int i = 0; i < 10000000; ++i)
		if(i & 1);
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #13.15 us8 KBAcceptedScore: 100


Judge Duck Online | 评测鸭在线
Server Time: 2024-05-03 12:29:22 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用