Skip to content

Commit 6963dfe

Browse files
authored
Add files via upload
commit for the sol of 1303 G\
1 parent d50fe54 commit 6963dfe

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

1303G.cpp

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#include<bits/stdc++.h>
2+
#include<conio.h>
3+
4+
using namespace std;
5+
6+
int main(){
7+
8+
9+
getch();
10+
return 0;
11+
}

0 commit comments

Comments
 (0)