제출 #1126416

#제출 시각아이디문제언어결과실행 시간메모리
1126416khoavn2008A + B (IOI24_aplusb)C++17
컴파일 에러
0 ms0 KiB
#include <bits/stdc++.h> using namespace std; const ll MOD = 1e9+7, N = 2e5+10, INF = 1e18, LOG = 20; int sum(int A, int B){ return A + B; }

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

aplusb.cpp:4:7: error: 'll' does not name a type
    4 | const ll MOD = 1e9+7, N = 2e5+10, INF = 1e18, LOG = 20;
      |       ^~