| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1176496 | thanapat | Memory (IOI10_memory) | C++20 | 6 ms | 392 KiB |
#include "grader.h"
#include "memory.h"
void play() {
char a, b;
for(int i = 1; i <= 50; i++){
for (int j = i + 1; j <= 50; j++) {
a = faceup(i);
b = faceup(j);
}
}
return;
}
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
