#include <iostream> using namespace std; int main() { cout << "HelloWorld\n"; return 0; }
posted on 2019-01-18 21:14 jwang106 阅读(139) 评论(0) 收藏 举报