Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
103034 | 饶惟允 | 01简单换行输出 | C++ | Wrong Answer | 1 MS | 268 KB | 313 | 2024-12-28 10:29:04 |
#include <iostream> using namespace std; int main() { cout<<" 春晓"<<endl; cout<<"春明不觉晓,"<<endl; cout<<"处处闻啼鸟."<<endl; cout<<"夜来风雨声,"<<endl; cout<<"花落知多少."<<endl; return 0; }
------Input------
#include using namespace std;int main(){ cout<<123<------Answer-----
123 456
------Your output-----
春晓 春明不觉晓, 处处闻啼鸟. 夜来风雨声, 花落知多少.