can you please check the calculator created by me, it`s not working?
#include<iostream>
using namespace std;
void main()
{
int A, B;
cout << "ededleri daxil edin:\n";
cin >> A >> B;
cout << "operatoru sechin"<<endl<<"+"<<endl<<"-"<<endl<<"*"<<"/"<<endl;