用c语言写hello world#include stdiohint main printfHello world!n; return 0;stdioh一定要上下问题关联吗不一定但是最好上下文相关这样更容易理解代码的含义。做个10行10列的表格
for(int i=1; i<=10; i++) { for(int j=1; j<=10; j++) { printf("%d\t", i*j); } printf("\n"); }
原文地址: https://www.cveoy.top/t/topic/cboQ 著作权归作者所有。请勿转载和采集!