Guest User

Untitled

a guest
Feb 20th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main()
  6. {
  7.  
  8. int b[15];
  9.  
  10. for(int i = 0;i<20; i++)
  11. {
  12. b[i] = 154;
  13. }
  14.  
  15. }
Add Comment
Please, Sign In to add comment