#include <iostream>
// Type your code here, or load an example.
int main() {
    int arr[3]={1,2,3};
    std::cout <<NULL[arr];
}