Update initializer.cpp
This commit is contained in:
parent
1fe2b008cd
commit
bf4f0f70d4
@ -1,9 +1,7 @@
|
|||||||
//
|
//
|
||||||
// Created by light on 19-11-3.
|
// Created by light on 19-11-3.
|
||||||
//
|
//
|
||||||
|
#include<bits/stdc++.h>
|
||||||
#include <iostream>
|
|
||||||
#include <algorithm>
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
@ -19,4 +17,4 @@ int main() {
|
|||||||
|
|
||||||
cout<<max({1,2,3})<<endl; // algorithm里面的max/min
|
cout<<max({1,2,3})<<endl; // algorithm里面的max/min
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user