Advertisement
sissou123

Untitled

Nov 6th, 2023
713
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.23 KB | Source Code | 0 0
  1. This is just a method i used to make me able to include bits/stdc++.h in visual studio 2023
  2. #include <bits/stdc++.h>
  3.  
  4. using namespace std;
  5.  
  6. int main() {
  7.     ios_base::sync_with_stdio(0);
  8.     cin.tie(0);
  9. MORE:https://cuty.io/i4EL6D
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement