Advertisement
ZoriaRPG

Array Crash

Dec 26th, 2016
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.14 KB | None | 0 0
  1. import "std.zh"
  2.  
  3. int arr1[10];
  4. int arr2[10];
  5. int arr3[10];
  6. int b;
  7.  
  8. global script a{
  9.     void run(){
  10.         b = arr1[ arr2[ arr3[4] ] ];
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement