Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
141215 陈峻徳 01简单换行输出 C++ Accepted 0 MS 264 KB 143 2025-12-21 15:13:16

Tests(1/1):


Code:

#include<iostream> using namespace std; int main(){ int a=123; int b=456; cout<<a<<endl; cout<<b<<endl; return 0; }