题解列表

筛选

P1041 (C语言代码)

摘要:解题思路:使用scanf()讀出包含int和char類型的表達式参考代码:#include<stdio.h> int main(void) {     int a,b,c;     cha……