Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This is just a method i used to make me able to include bits/stdc++.h in visual studio 2023
- #include <bits/stdc++.h>
- using namespace std;
- int main() {
- ios_base::sync_with_stdio(0);
- cin.tie(0);
- MORE:https://cuty.io/i4EL6D
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement