#include<stdio.h> int main(void) { int a,b,c,d; char op; printf("input an expression:"); scanf("%c",op); switch(op) { case 'a':
確定! 回上一頁