#include <iostream>
#include <conio.h>
#include <string>
void main()
{
char str[0xFF];
do
{
system("cls");
float a{
};
float b{
};
int count = 1;
int isOperating = -1;
bool isFirst = true;
std::string text{
"按任意键重置,继续计算\n" };
std::cout << "------计算机------\n";
std::cout << "请输入加减乘除:"
c++加减乘除计算器
最新推荐文章于 2023-08-02 11:16:59 发布