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