Update initializer.cpp
This commit is contained in:
parent
1fe2b008cd
commit
bf4f0f70d4
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user