# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
55478 | alenam0161 | Scales (IOI15_scales) | C++17 | 4 ms | 628 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.
#include "scales.h"
using namespace std;
void init(int T) {
}
void orderCoins() {
int W[6];
for(int i=0;i<6;++i){
W[i]=i;
}
answer(W);
}
Compilation message (stderr)
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |