测试使用

测试123

 

 

 

测试123456

测试4566

  1. #cnblogs_post_body ol
     {
         border: 1px dotted #000066;
         line-height: 150%;
         word-break: break-word;
         font-family: Consolas, Verdana !important;
         border-radius: 5px;
         width: 90%;
         background-color: #E3E3FF;
         list-style-position: outside;
         margin-left: 0px;
     }
     #cnblogs_post_body ol font
     {
         font-size: 12px !important;
     }
     #cnblogs_post_body ol li
     {
         background-color: #fff;
         padding-left: 5px;
         border-left: 1px solid #8A8AFF;
         margin-left: 5px !important;
     }
     #cnblogs_post_body ol li:nth-child(even)
     {
         background-color: #f5f5f5;
     }

     

 

  1. #inculde<unistd.h>
  2. #include<stdlib.h>
  3.  
  4. int main()
  5. {
  6.    if((write(1,"Here is some data\n",18))!=18)
  7.       write(2,"A write error has occured on file descriptor 1\n",46);
  8.    exit(0);
  9. }

 

#inculde<unistd.h>

#include<stdlib.h>

 

int main()

{

    if((write(1,"Here is some data\n",18))!=18)

        write(2,"A write error has occured on file descriptor 1\n",46);

    exit(0);

}

posted @ 2019-04-23 09:37  深山码农风清扬  阅读(156)  评论(0编辑  收藏  举报