# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
457701 | jurgis | Coins (LMIO19_monetos) | C++14 | 0 ms | 0 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
for(int a=n-1; a>=n-cnt;){
if(plac[a][a]==0){
plac[a][a] = 1; a++;
}
}