提交记录 3432


用户 题目 状态 得分 用时 内存 语言 代码长度
Xeonacid 1000i. 【传统题】 A+B Problem Wrong Answer 0 4.66 us 8 KB C 448 B
提交时间 评测时间
2018-07-15 10:47:28 2020-07-31 21:17:26
#define __STDC_WANT_LIB_EXT1__ 1
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
 
int main(void)
{
#ifdef __STDC_LIB_EXT1__
    char dst[2];
    set_constraint_handler_s(ignore_handler_s);
    int r = strcpy_s(dst, sizeof dst, "Too long!");
    printf("dst = \"%s\", r = %d\n", dst, r);
    set_constraint_handler_s(abort_handler_s);
    r = strcpy_s(dst, sizeof dst, "Too long!");
    printf("dst = \"%s\", r = %d\n", dst, r);
#endif
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #14.66 us8 KBWrong AnswerScore: 0


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