# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
8852 | 2014-09-21T11:51:57 Z | gs13068 | Wiring (kriii2_W) | C++ | 0 ms | 0 KB |
#include<cstido> int main() { long long a; scanf("%lld",&a); if(a%2)printf("%lld",a/2); else printf("%lld",a-1); }