[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。
#include<stdio.h> int main(int argc,char *argv[]) { printf("hello world\n"); return(0); }