作者DavinTsai ()
看板FJU-Stat95A
標題test
時間Tue Oct 16 11:15:27 2007
#include <stdio.h>
int
main(void)
{
int a,b,c;
a=2;
b=3;
c=a+b;
printf("%d\n",a);
printf("%5d\n",b);
printf("%10d\n",c);
return(0);
}
--
╭ 這篇文章讓你覺得?
═════════════════════════╮
║ by ycat ║y
║ ──+ ︵ ︵ . .! ˇ ˇ ╲ ╱ ˇˇ || ◣ ◢║c
║ ̄﹀ ̄  ̄▽ ̄ ▄ ▇△▇ ≧﹏≦b  ̄︶ ̄y  ̄– ̄ 皿 ║a
║ 新奇 溫馨 誇張 難過 實用 高興 無聊 生氣 ║t
╰══════════════════════════════════ ╯
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.136.160.33
推 firefriend:酷 這不是程式碼嗎 科科 10/16 11:16
→ DavinTsai:要用Visual C++在TurboC之間轉換 10/16 11:21
推 littlesalmon:食用 10/16 11:25
→ DavinTsai:科科 10/16 11:26
推 peter1988062:NICE 10/16 11:35
推 ww770829:PLAY 10/16 11:37
推 laputaca:GOOD 10/16 13:07
推 seankevin:JOB 10/16 15:42