[閒聊] 終於第一名勒

看板FJU-Stat97A作者 (最強一行文)時間16年前 (2009/12/03 16:12), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
#include <stdio.h> #include <stdlib.h> int main(void) { int i,j,k; for(j=1;j<=9;j++) { for(i=1;i<=9;i++) { printf("%dx%d=%2d ",i,j,i*j); } {printf("\n"); } } system("pause"); return(0); } -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.136.162.156
文章代碼(AID): #1B5tBrlZ (FJU-Stat97A)