随笔分类 - C语言
摘要:1 #include 2 int main() 3 { 4 int price = 0; 5 printf("请输入金额(元):"); 6 scanf("%d", &price); 7 int change = 100 - price; 8 printf("找您%d元。\n", change); 9 return 0; 10 }...
阅读全文
摘要:1 # include "stdio.h" 2 int main(){ 3 printf("18+24=%d",18+24); 4 return 0; 5 }
阅读全文
摘要:1 # include "stdio.h" 2 int main(){ 3 printf("Hello world!\n"); 4 return 0; 5 }
阅读全文

浙公网安备 33010602011771号