Advertisement
ZoriaRPG

ParserTest Beta 45

Dec 27th, 2016
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.13 KB | None | 0 0
  1. import "std.zh"
  2.  
  3. int arr[10*2]; int arr2[20]={arr}; int arr3[20]={arr2[0]};
  4. int a, c, b, d= 10, e= 0, f = arr3[ arr2[ arr [4]]];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement