#include<cstdio> using namespace std; int main(){ puts("Hello world!"); return 0; }
未分类 Comments(3) 2014年5月16日 19:50