Re: 他壓力太大了吧
※ 引述《jaifei (這樣子阿...)》之銘言:
: ※ 引述《ESoHaze (..)》之銘言:
: : === C版的 ===
: : #include<stdio.h>
: : void main()
: : {
: : int i;
: : for(i=1;i<=10000;i++){
: : printf("你活該");
: : if(i%25==0)
: : printf("\n");//換行
: : }//end for(i)
: : }//end main
: : === Java版的 ===
: : public class FoolMacher
: : {
: : public static void main(String args[])
: : {
: : for(int i=1;i<=10000;i++){
: : System.out.print("你活該");
: : if(i%25==0)
: : System.out.println();//換行
: : }//end for(i)
: : }//end main
: : }//end class FoolMacher
: 閱!!!!
林老師妳忘了打分數
我寫得這麼好 應該是A++吧
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.115.202.197
討論串 (同標題文章)