Помогите Срочно !!! !!!!!С++
#include
using namespace std;
int main()
{
int a = 5;
float b = -3.5;
float s;
s = a + b;
cout
system("pause");
}