于是最近都不知道该写些什么w

没办法最近总是很忙的说=w=a
于是放到超级简单的题目上来吧——今天的C语言编程入门的作业,标准的入门题目(当然比Hello World还是要复杂一点),其实偶拿到题目的时候感觉似乎还要复杂一点8过没想到实际写下来之后就这么几行代码就搞定了,有兴趣的朋友来猜猜这是什么吧wwwwwwwwww

#include

int main()
{
int x, y, pro;
for (x = 1; x <= 9; x++){ for (y = 1; y <= 9; y++){ pro = x * y; printf ("%2d ", pro); } printf ("\n"); } return 0; }

p.s. 用code代码引用完了之后没有空格看着真累orz
再p.s. 累死了,先睡觉去orz

Author: 星野恵瑠

Mac user, Niji-Ota, Chinese, Now working in Japan at MAGES. Inc., Future's aim is that one day my name can be listed in Wikipedia

20 thoughts on “于是最近都不知道该写些什么w”

  1. 于是不知道该写什么的时候我都让Blog长草了⋯⋯话说刚通了俺妹两条线蛮想写点东西的,可惜自己写得太慢偏偏明天上午又要体育考试于是乎今天只能早早睡了⋯⋯お休み〜☆

  2. 结果我老是写着写着就忘了本来要说什么吗! (:D)
    其实我想说⋯⋯我完全看不懂你写的程序啊!!!但是这个周末我就要考计算机等级考试了啊啊啊啊!!!(虽然不是C语言⋯⋯) (TAT)

  3. 这代码以前我写过… (=v=)
    还有判断闰年的..总的说好简单的说~~
    最难用的就是BASIC了..跟C差别好大..根本不会……也用不上的…. (……)

    还是G语言好~~

Leave a Reply to EmiNarcissus Cancel reply

Your email address will not be published. Required fields are marked *

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four 
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

For more help see http://daringfireball.net/projects/markdown/syntax

(;;) (:D) (!!!!) (……) (^o^;) (==) (OoO) (=v=o) more »Note: Commenter is allowed to use '@User+blank' to automatically notify your reply to other commenter. e.g, if ABC is one of commenter of this post, then write '@ABC '(exclude ') will automatically send your comment to ABC. Using '@all ' to notify all previous commenters. Be sure that the value of User should exactly match with commenter's name (case sensitive).