#include<iostream> #inlcude<fstream> #include<iomanip> using namespace std; //gl
ID: 3613864 • Letter: #
Question
#include<iostream>
#inlcude<fstream>
#include<iomanip>
using namespace std;
//global declarationsection
ifstream infile;
ofstream outfile;
int main()
{
//declaration
int tickets250, tickets100, tickets50,tickets25;
outfile<<fixed<<showpoint;
otfile<<setprecision(2);
infile.open("ticketsinput.txt");
outfile.open("ticketsoutput.txt");
//input section
//computation section
//output section
outfile<<setw(5)<<"250"