Skip to content

Commit 42ff1c0

Browse files
Add files via upload
1 parent 530384b commit 42ff1c0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

testcasestemplate.cpp

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#include<bits/stdc++.h>
2+
using namespace std;
3+
4+
main()
5+
{
6+
int tc,n;
7+
cin>>tc;
8+
while(tc>0)
9+
{
10+
cin>>n;
11+
/*if(n>0)
12+
{
13+
14+
}*/
15+
tc-=1;
16+
}
17+
}

0 commit comments

Comments
 (0)