답안 #569162

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
569162 2022-05-26T20:37:38 Z four_specks 비교 (balkan11_cmp) C++17
0 / 100
786 ms 65920 KB
#include "cmp.h"

int a;

void remember(int n)
{
    a = 4;
}

int compare(int b)
{
    return b < a ? -1 : b == a ? 0
                               : 1;
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 786 ms 65920 KB ZERO POINTS: For a=3069 and b=1532, correct answer is -1, got 1