# | 제출 시각UTC-0 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
392247 | BorisBarca | 회문 (APIO14_palindrome) | C++14 | 6 ms | 1616 KiB |
이 제출은 이전 버전의 oj.uz에서 채점하였습니다. 현재는 제출 당시와는 다른 서버에서 채점을 하기 때문에, 다시 제출하면 결과가 달라질 수도 있습니다.
/*
$$$\ $$\ $$$\
$$ __·_∣\ \__| ·_∣· __·\
· | ∣ | ∣\ ·\ ·\ $$$\ $$ | ∣ | ∣\ ·\ ·$\ ·\
·$\ |$$ __$$\ $$ __$$\ ∣ |∣ _____|$$$\ | \____$$\ $$ __$$\ $$ _____|\____$$\
$$ __$$\ / / / |∣_∣ | \__|∣_∣· |\·\ · __·\ ·$ |∣_∣ | \__|∣_∣· / $$$ |
$$ | ∣ |∣ | ∣ |∣ | $$ | \____$$\ ∣ | ∣ |$$ __$$ |∣ | ∣ | $$ __$$ |
$$$ |\$$$$$$ |$$ | ∣ |∣$ |$$$ |\$$$ |∣$ | \$∣$\\$$$ |
\_______/ \______/ \__| \__|\_______/ \_______/ \_______|\__| \_______|\_______|
*/
#include <bits/stdc++.h>
using namespace std;
#define PB push_back
#define MP make_pair
#define INS insert
#define LB lower_bound
#define UB upper_bound
#define pii pair <int,int>
#define pll pair <long long, long long>
#define X first
#define Y second
#define _ << " " <<
#define sz(x) (int)x.size()
#define all(a) (a).begin(),(a).end()
#define FOR(i, a, b) for (int i = (a); i < (b); ++i)
#define FORD(i, a, b) for (int i = (a); i > (b); --i)
#define FORA(i, x) for (auto &i : x)
#define REP(i, n) FOR(i, 0, n)
컴파일 시 표준 에러 (stderr) 메시지
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |