摘要: #include int main() { printf("%d\n",12/2); return 0; } 阅读全文
posted @ 2018-09-13 21:57 Estwind 阅读(243) 评论(0) 推荐(0) 编辑
摘要: #include int main() { printf("%d\n",9*10); return 0; } 阅读全文
posted @ 2018-09-13 21:46 Estwind 阅读(190) 评论(0) 推荐(0) 编辑
摘要: #include int main() { printf("%d\n",10-7); return 0; } 阅读全文
posted @ 2018-09-13 21:36 Estwind 阅读(193) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> int main() { printf("Nice to meet you!"); return 0; } 阅读全文
posted @ 2018-09-13 21:27 Estwind 阅读(195) 评论(0) 推荐(0) 编辑
摘要: #include int main() { printf("Hello World!\n"); return 0; } 阅读全文
posted @ 2018-09-13 21:24 Estwind 阅读(166) 评论(0) 推荐(0) 编辑