fork download
  1. #include <iostream>
  2. // Type your code here, or load an example.
  3. int main() {
  4. int arr[3]={1,2,3};
  5. std::cout <<NULL[arr];
  6. }
Success #stdin #stdout 0s 5664KB
stdin
Standard input is empty
stdout
1