BACI System: C-- to PCODE Compiler, 16:59 27 Oct 2005 Source file: p1.cm Wed Nov 08 10:12:18 2006 line pc 1 0 main() 2 1 { 3 1 int i; 4 1 for(i=0; i<100; i++) 5 15 cout << "a"; 6 17 cout << endl; 7 18 }