Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. int a[] {1, 2, 4, 1, 5};
  2. int g[3] {1, 2, 5};
  3. int b[10] {4, 3, 2, 1};
  4. string s {"potato salad " "pomegranate sauce"};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement