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
/
codeforces
/
cutTheSticksRevised
/
cutTheSticksRevised.cpp
blob: 0d63fb42920ba4222d13a0cf8ef3b34997a78df5 (
plain
)
1
2
3
4
5
6
7
8
9
10
#include
<bits/stdc++.h>
using
namespace
std
;
int
main
(){
return
0
;
}