Advertisement
kxcoze

bash_script_for_c++

Dec 4th, 2019 (edited)
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.32 KB | None | 0 0
  1. #!/bin/bash        
  2. echo -e '#include "bits/stdc++.h"        
  3.      
  4. using namespace std;        
  5.    
  6. #define pb push_back    
  7. #define mp make_pair    
  8. #define ll long long    
  9. #define inf 1e9    
  10. #define pi acos(-1.0)    
  11.    
  12. int main() {        
  13. \t    
  14. \treturn 0;    
  15. } ' > $1.cpp        
  16. nvim +12 $1.cpp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement