Update initializer.cpp

This commit is contained in:
Tk-Rwing 2020-10-01 09:37:09 +05:30 committed by GitHub
parent 1fe2b008cd
commit bf4f0f70d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,7 @@
//
// Created by light on 19-11-3.
//
#include <iostream>
#include <algorithm>
#include<bits/stdc++.h>
using namespace std;
int main() {
@ -19,4 +17,4 @@ int main() {
cout<<max({1,2,3})<<endl; // algorithm里面的max/min
return 0;
}
}