제출 #603206

#제출 시각아이디문제언어결과실행 시간메모리
603206beaconmcDuathlon (APIO18_duathlon)C++14
컴파일 에러
0 ms0 KiB
from math import comb n,m = map(int, input().split()) print((n-2)*comb(n,2)*2)

컴파일 시 표준 에러 (stderr) 메시지

count_triplets.cpp:1:1: error: 'from' does not name a type
    1 | from math import comb
      | ^~~~