#include <stdio.h> {spa printf("hello world");blog return 0;ci }字符串 |
編譯、運行:io
結果:編譯
#include <stdio.h>table
int main()class {程序
return 0; } |
注意:要有分號奧
不要用中文(字符串外的符合要英文字符)
printf("hello world\n");
(1)「」裏面的內容叫作字符串
printf會把字符串原封不動的輸出
(2)\n表示在輸出結果後面換行
scanf("%d",&price);
printf("%d",12+3)
---->%d說明後面有一個整數要輸出在%d的位置上
四則運算 |
c符合 |
意義 |
+ |
+ |
加 |
減 |
||
x |
* |
乘 |
|
/ |
除 |
|
% |
取餘 |
() |
() |
括號 |