Advertisement
Ilya_konstantinov

9.5A

Nov 30th, 2023
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.12 KB | Source Code | 0 0
  1. #include <iostream>
  2. #include "func_a.h"
  3.  
  4. int main() {
  5.   int a; std::cin >> a;
  6.   int *ptr = &a;
  7.   print(ptr);
  8. }
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement