제출 #359149

#제출 시각아이디문제언어결과실행 시간메모리
359149mohamedsobhi777Languages (IOI10_languages)C++14
컴파일 에러
0 ms0 KiB
#include <bits/stdc++.h> #include "lang.h" using namespace std; void excerpt(vector<int> ex) { language(1); }

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

lang.cpp: In function 'void excerpt(std::vector<int>)':
lang.cpp:8:8: error: 'language' was not declared in this scope
    8 |        language(1);
      |        ^~~~~~~~