#include <iostream>
using namespace std;
bool category1(); //성장 과정
bool category2(); //자신있는점
bool category3(); //부족한점
bool category4(); //입사후 포부

//성장 과정
bool category1()
{
/*

*/
return true;
}

//자신있는점
bool category2() 
{
/*

*/
return true;
}

//부족한점
bool category3() 
{
/*

*/
return true;
}

//입사후 포부
bool category4() 
{
/*

*/
return true;
}

int main()
{
category1();
category2();
category3();
category4();

return 0;
}





인사과에는 컴파일러가 없었나봄
탈락해버림