Submission #359150

# Submission time Handle Problem Language Result Execution time Memory
359150 2021-01-26T11:46:50 Z mohamedsobhi777 Languages (IOI10_languages) C++14
Compilation error
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);
      |        ^~~~~~~~