?? amoeba.c
字號:
main(){ int input1,input2,input3; int a,b,c,x,y,z; int output1,output2,output3; scanf("%d",&input1); a = input1; scanf("%d",&input2); b = input2; scanf("%d",&input3); c = input3; x = b + c; y = a + 1; z = y + b; output2 = z + 1; z = z*z; output1 = z; output3 = x; printf ("%d %d %d\n", output1,output2,output3);}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -