# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
634412 | 2022-08-24T11:06:52 Z | ahmed_shafik | 뒤집기 (IOI16_reverse) | C++17 | 0 ms | 0 KB |
int64_t rev(int64_t a[],ll n) { for(long long i=n-1; i>=0; i--) { cout<<arr[i]<<' '; } cout<<endl; }
# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
634412 | 2022-08-24T11:06:52 Z | ahmed_shafik | 뒤집기 (IOI16_reverse) | C++17 | 0 ms | 0 KB |
int64_t rev(int64_t a[],ll n) { for(long long i=n-1; i>=0; i--) { cout<<arr[i]<<' '; } cout<<endl; }