⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 test.cpp

📁 一个完整的源代码统计器
💻 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;*/
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -