#include <iostream>using namespace std;#include <math.h>void main(){ int t=1,s; cout<<"Vvedit S="; cin>>s; int v=50; t=s/v; cout<<t; cout<<endl;}
ето код на с++
#include <iostream>
using namespace std;
#include <math.h>
void main()
{
int t=1,s;
cout<<"Vvedit S=";
cin>>s;
int v=50;
t=s/v;
cout<<t;
cout<<endl;
}
ето код на с++