index
:
competitive-programming
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
08-03-2022(Div.3)
/
E.cpp
blob: 2601cd549ff2026d14596916f13dd428a58c83f1 (
plain
)
1
2
3
4
5
6
7
8
9
#include
<bits/stdc++.h>
using
namespace
std
;
int
main
(){
int
tt
;
return
0
;
}