?? source.txt
字號(hào):
#include "stdio.h"
/*this is a file source.c */
void main()
{
while(av<=bv)
{
int av=19,bv=89,cv=88;
if(av<bv)
cv=cv+av;
else if(cv!=bv)
cv=cv-bv;
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -