simple.c
来自「linux下的C语言开发」· C语言 代码 · 共 22 行
C
22 行
/*-*//******************************************************** * Name: * * Very Simple * * * * Purpose: * * This is a very simple demonstration of * * expressions. * * * * Notes: * * Although it calculates an answer, it doesn't * * tell anyone about. So this program is * * pretty much useless except as a demonstration * * program. * ******************************************************//*+*/int main(){ (1 + 2) * 4; return (0);}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?