Ilya_konstantinov

Untitled

Dec 17th, 2025
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.18 KB | Source Code | 0 0
  1. #include <iostream>
  2. #include <cstdint>
  3.  
  4. int main() {
  5.     int64_t origin;
  6.     int32_t half;
  7.     std::cin >> origin >> half;
  8. #include "func.h"
  9.     std::cout << origin << '\n';
  10. }
Advertisement
Add Comment
Please, Sign In to add comment