fork download
  1. //Maxwell Brewer CS1A Chapter 9, p. 539, #13
  2. //
  3. /*******************************************************************************
  4.  * MOVIE STATISTICS
  5.  * _____________________________________________________________________________
  6.  * This program will
  7.  * _____________________________________________________________________________
  8.  * INPUT
  9.  *
  10.  *
  11.  * OUTPUT
  12.  *
  13.  *
  14.  ******************************************************************************/
  15.  
  16. #include <iostream>
  17. using namespace std;
  18.  
  19. int main() {
  20. // your code goes here
  21. return 0;
  22. }
Success #stdin #stdout 0s 5284KB
stdin
Standard input is empty
stdout
Standard output is empty