f******a 发帖数: 30 | 1 严禁Syntax挑刺。
public void main()
{
Leader Cobb; Pointman Arthur; Client Saito; Architect Ariadne;
Target Fischer;
Forger Eames; Chemist Yusuf;
/* Saito hire Cobb to perform inception on Fischer, inception team
formed and they get on the plane */
new Thread(Yusuf.dream(Cobb, Arthur, Saito, Ariadne, Fischer,
Eames)).start();
Thread.sleep( a few hours );
kickall();
}
Yusuf.dream(Cobb, Arthur, Saito, Ariadne, Fischer, Eames)
{
/* kidnap Fischer, interrupted by Fischer’s | r********r 发帖数: 11248 | 2 good one
【在 f******a 的大作中提到】 : 严禁Syntax挑刺。 : public void main() : { : Leader Cobb; Pointman Arthur; Client Saito; Architect Ariadne; : Target Fischer; : Forger Eames; Chemist Yusuf; : /* Saito hire Cobb to perform inception on Fischer, inception team : formed and they get on the plane */ : new Thread(Yusuf.dream(Cobb, Arthur, Saito, Ariadne, Fischer, : Eames)).start();
| m******p 发帖数: 5393 | 3 2nd re this one
【在 f******a 的大作中提到】 : 严禁Syntax挑刺。 : public void main() : { : Leader Cobb; Pointman Arthur; Client Saito; Architect Ariadne; : Target Fischer; : Forger Eames; Chemist Yusuf; : /* Saito hire Cobb to perform inception on Fischer, inception team : formed and they get on the plane */ : new Thread(Yusuf.dream(Cobb, Arthur, Saito, Ariadne, Fischer, : Eames)).start();
|
|