for s in range(1, 81 + 1): for i in range(1, 1000000001): if sigma(i) == s: lookup[s] += 1;
Standard input is empty
prog.cpp:1:1: error: expected unqualified-id before 'for' for s in range(1, 81 + 1): ^
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!