- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.cpp
More file actions
Latest commit
26 lines (25 loc) · 453 Bytes
/
Copy pathtemplate.cpp
File metadata and controls
26 lines (25 loc) · 453 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#include<iostream>
#include<cstdio>
#include<algorithm>
#include<utility>
#include<string>
#include<vector>
#include<cmath>
#include<set>
#include<stack>
#include<queue>
#include<map>
#include<sstream>
#include<ctime>
#include<numeric>
#include<cstring>
#include<functional>
usingnamespacestd;
//ifstream cin("in.txt");
intmain(int argc, char *argv[]) {
int t;
scanf("%d", &t);
for(int test=1; test<=t; test++){
}
return0;
}