index
:
usaco-camp
master
Short, concise solutions for problems from the USACO camp
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
20
/
practice
/
guess.cpp
blob: a9ff0e034d4e3b35ca5a24aced90691c30c8c54c (
plain
)
1
2
3
4
5
6
#include <bits/stdc++.h> using namespace std; int main() { cout << 42 << '\n'; }