Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
153694 侯雨冉 01简单换行输出 C++ Accepted 1 MS 264 KB 152 2026-05-23 17:53:31

Tests(1/1):


Code:

#include<bits/stdc++.h> using namespace std; int main() { int a=123; int b=456; cout<<a<<endl; cout<<b<<endl; return 0; }