?? test.cpp
字號:
//result: total: 45; code: 18; comment: 18; blank: 9
/************************************
//test
homepage: http://xiaogi.diy.163.com
**************************************/
////////////////////*////////////////////////////
#include "stdio.h" //test1 */
#include "windows.h" //test2 /*
main(/**/)
{
int i=0, j=1; // test /*/
printf("welcome to http://xiaogi.diy.163.com ");
printf("test /*"); // just for*/ testing
j++;
printf("test */ ");
/*
test
*
/
hide it/*/ i++; printf("test "); //test
/*
*
*/ //test
/*
*
*/ printf("/*"); //test
/*
*
*/ printf("//");
i=i*j/*test
test // */;
i=i+j;/*test
test // */
i=0;
exit(i);/*test;*/
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -