Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
149994 郑皓 01简单换行输出 Python3 Wrong Answer 37 MS 3736 KB 22 2026-03-21 15:54:11

Tests(0/1):


Code:

pring(123) pring(456)


Run Info:

------Input------
#include using namespace std;int main(){ cout<<123<------Answer-----
123 456
------Your output-----