Submission #143784

#TimeUsernameProblemLanguageResultExecution timeMemory
143784jh05013최댓값 (tutorial2)C++17
100 / 100
3 ms376 KiB
#include <bits/stdc++.h> using namespace std; typedef long long ll; #define entire(X) X.begin(),X.end() #define dbgv(V) for(auto x:V)cout<<x<<' ';cout<<endl; void OJize(){cin.tie(NULL); ios_base::sync_with_stdio(false);} int GetMax(int N, int *A){ return *std::max_element(A, A+N); }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...