답안 #359150

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
359150 2021-01-26T11:46:50 Z mohamedsobhi777 Languages (IOI10_languages) C++14
컴파일 오류
0 ms 0 KB
#include <bits/stdc++.h>
#include "lang.h"
#incldue "grader.h"

using namespace std;

void excerpt(vector<int> ex)
{
       language(1);
}

Compilation message

lang.cpp:3:2: error: invalid preprocessing directive #incldue; did you mean #include?
    3 | #incldue "grader.h"
      |  ^~~~~~~
      |  include
lang.cpp: In function 'void excerpt(std::vector<int>)':
lang.cpp:9:8: error: 'language' was not declared in this scope
    9 |        language(1);
      |        ^~~~~~~~