# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
3124 | 2013-08-25T13:02:55 Z | beegle20 | 짝수 정렬 (tutorial3) | C++ | 0 ms | 0 KB |
int sort_even(int N, int *A) { for(int i=0;i<N;i++) { if(A[i]%==0) Report(A[i]); } }
# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
3124 | 2013-08-25T13:02:55 Z | beegle20 | 짝수 정렬 (tutorial3) | C++ | 0 ms | 0 KB |
int sort_even(int N, int *A) { for(int i=0;i<N;i++) { if(A[i]%==0) Report(A[i]); } }