Don't use bits/stdc++.h

This commit is contained in:
stepfencurryxiao
2020-04-18 10:43:43 +08:00
parent f51c5e11ef
commit f659bcc9fc
16 changed files with 18 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
#include<bits/stdc++.h>
#include <iosrteam>
using namespace std;
int max(int a,int b)