提交记录 3433


用户 题目 状态 得分 用时 内存 语言 代码长度
Xeonacid 1000. 测测你的 A+B Wrong Answer 0 4.81 us 12 KB C 166 B
提交时间 评测时间
2018-07-15 10:48:28 2020-07-31 21:17:26
#define __STDC_WANT_LIB_EXT1__ 1
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
int plus(int a, int b)
{
#ifdef __STDC_LIB_EXT1__
	return a + b;
#endif
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #14.81 us12 KBWrong AnswerScore: 0


Judge Duck Online | 评测鸭在线
Server Time: 2026-04-18 14:30:38 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠