摘要: #include<iostream> using namespace std; int main() { cout <<"12345" << endl; cout << "ABCDE" << endl; return 0; } 阅读全文
posted @ 2021-09-16 23:30 Leeeeeeeeeeeeee 阅读(232) 评论(0) 推荐(0)
摘要: #include<iostream> using namespace std; int main() { cout<<"ABCDE"; return 0; } 阅读全文
posted @ 2021-09-16 18:06 Leeeeeeeeeeeeee 阅读(72) 评论(0) 推荐(0)
摘要: #include<iostream> using namespace std; int main() { cout<<"12345"; return 0; } 阅读全文
posted @ 2021-09-16 16:16 Leeeeeeeeeeeeee 阅读(44) 评论(0) 推荐(0)
摘要: #include<iostream> using namespace std; int main() { cout<<"hello world!"; return 0; } 阅读全文
posted @ 2021-09-16 16:04 Leeeeeeeeeeeeee 阅读(31) 评论(0) 推荐(0)