제출 #1307395

#제출 시각아이디문제언어결과실행 시간메모리
1307395lasandraTracks in the Snow (BOI13_tracks)C++20
컴파일 에러
0 ms0 KiB
n, m = map(int, input().split()) mark = set() for _ in range(n): listing = input().split() # print(listing) for x in listing: mark.add(x) print(len(mark) - 1)

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

tracks.cpp:5:7: error: invalid preprocessing directive #print
    5 |     # print(listing)
      |       ^~~~~
tracks.cpp:1:1: error: 'n' does not name a type
    1 | n, m = map(int, input().split())
      | ^