fork download
  1. #include <vector>
  2. #include <iostream>
  3.  
  4.  
  5. int main() {
  6. std::vector<int> v{ 1,2,3};
  7. std::cout<<&v.at(2)<<std::endl;
  8. return 0;
  9. }
  10.  
Success #stdin #stdout 0.01s 5432KB
stdin
Standard input is empty
stdout
0x555a24aeee78