초기화면
Finger Developer Forums¶
1. pseudo-code for Finger Developer¶
while (true)
{
Problem p = queueProblem.Deque();
if (u_solve(p))
continue;
else if (we_solve(p))
continue;
else
{
queueProblem.Enqueue(p);
research(p);
continue;
}
}
2. How to use the Break Statement in research() function.¶
No Break Statement is available.
Please use the following statement in research() function.
queueProblem.Enqueue(new SuicidePill());
3. Never give up!¶
당신이 포기하면, 모든게 무너집니다.
절대 포기하지 마십시오! ;)