제출 #511136

#제출 시각아이디문제언어결과실행 시간메모리
511136Salama최댓값 (tutorial2)C++14
100 / 100
1 ms332 KiB
#include <bits/stdc++.h>
using namespace std;
int z=0;
int GetMax(int x,int *q){ for(int o=0;o<x;o++){ z=max(z,q[o]);}
    return z;
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...