| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1205294 | Trn115 | 최댓값 (tutorial2) | C++20 | 0 ms | 328 KiB |
#include <bits/stdc++.h>
using namespace std;
int GetMax(int N, int *A) {
return *max_element(A, A + N);
}
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
