0
C++ Transpotatiom Project
include <iostream> using namespace std; int main() { //your code goes here int Passengers,seats=50; cin >> Passengers; seats -= Passengers % 50; cout<< seats<<endl; return 0; }
1 Réponse
+ 2
Khawar Mehfooz
Do you have a question to go with this post?