test - nixBlog

test

nix posted @ 2009年11月05日 05:00 in 未分类 , 922 阅读

测试一下!

  1. #include <stdio.h>
  2.  
  3. #define MAX 255
  4.  
  5. int main()
  6. {
  7.         int i;
  8.         for (i=0; i< MAX; i++) {
  9.                 if (i % 10 == 0)
  10.                         printf("\n");
  11.                 printf("%d\t", i);
  12.         }
  13.         return 0;
  14. }
civaget 说:
2024年1月11日 23:12

I must show some appreciation to you for bailing me out of this particular dilemma. As a result of looking throughout the internet and getting techniques that were not beneficial, I thought my entire life was gone. Living without the answers to the difficulties you’ve fixed as a result of your entire post is a serious case, as well as those that would have badly damaged my career if I hadn’t noticed your web blog. Your main mastery and kindness in maneuvering the whole lot was very helpful. I am not sure what I would have done if I hadn’t encountered such a stuff like this. I can at this moment look ahead to my future. Thanks a lot very much for your skilled and result oriented guide. I will not be reluctant to suggest your blog to any person who would like recommendations on this subject. google doc dark mode


登录 *


loading captcha image...
(输入验证码)
or Ctrl+Enter