# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
1142188 | SulA | cmp (balkan11_cmp) | C++20 | 595 ms | 66072 KiB |
#include "cmp.h"
#include <iostream>
#include <string>
using namespace std;
int __;
void remember(int a) {
__ = a;
return;
}
int compare(int b) {
return __ < b ? -1 : __ == b ? 0 : 1;
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |