Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. /* run this program using the console pauser or add your own getch, system("pause") or input loop */
  4.  
  5. using namespace std;
  6.  
  7. int main(int argc, char** argv) {
  8. const int c=10;
  9. const int d=30;
  10. cout<<"const int e=1";
  11. cout<<"const int f=5";
  12. cout<<"const int g=7";
  13. cout<<"const int h=9";
  14. cout<<"const int m=34";
  15. int a=15;
  16. int b=3;
  17. cout<<"int n=64";
  18. cout<<"int v=352";0
  19. cout<<"int w=4";
  20. cout<<"int k=54";
  21. cout<<"int l=42";
  22. return 0;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement