| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1330636 | nminhnguyenle | 최댓값 (tutorial2) | C++20 | 0 ms | 344 KiB |
#include <algorithm>
int GetMax(int N, int *A) {
return *std::max_element(A, A+N);
}| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
