C语言的题,求救!!~
C语言的题,求救!!~
日期:2021-06-23 08:15:10 人气:1
#include<stdio.h>
#include <time.h>
void main()
{
char op;
int a, b, c;
while (1)
{
printf("请输入运算符:\n->");
scanf("%c", &op);
fflush(stdin);
if (op
#include <time.h>
void main()
{
char op;
int a, b, c;
while (1)
{
printf("请输入运算符:\n->");
scanf("%c", &op);
fflush(stdin);
if (op