-
Notifications
You must be signed in to change notification settings - Fork 0
includes
Narange edited this page Aug 24, 2022
·
1 revision
C++ template for AtCoder and CLion.
#include <iomanip>
#include <iostream>
#include <vector>
#include <cmath>
#include <string>
#include <map>
#include <stack>
#include <queue>
#include <algorithm>
#include <numeric>
#include <set>
using namespace std;
int main(){
return 0;
}
2022 Narange ©