|  | 
|  | 
| back to board | To Admins: Please check 1 and 4 tests in problem 1072 Posted by vetas  23 Jan 2009 18:52In 1 test in last row content's tab symbol's (\9)
 In 4 test count of interface > 5.
 (
 When I description:
 struct Data
 { ...
 public uint[] intf = new uint[5];
 }
 have Crash(4)
 
 When I description:
 struct Data
 { ...
 public uint[] intf = new uint[50];
 }
 have Accepted
 
 )
Re: To Admins: Please check 1 and 4 tests in problem 1072 Testset is correct. You have changed not only this constant to get AC. | 
 | 
|