fork(1) download
  1. #include <bits/stdc++.h>
  2. using namespace std ;
  3.  
  4. int main(){
  5.  
  6. vector<int> A ;
  7. for(int i=0;i<A.size();i++){
  8. cout << A[i] << endl ;
  9. }
  10. cout << "Ma5termind" << endl ;
  11. return 0 ;
  12. }
Success #stdin #stdout 0s 3140KB
stdin
Standard input is empty
stdout
Ma5termind