fork download
  1. for s in range(1, 81 + 1):
  2. for i in range(1, 1000000001):
  3. if sigma(i) == s:
  4. lookup[s] += 1;
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:1:1: error: expected unqualified-id before 'for'
 for s in range(1, 81 + 1):
 ^
stdout
Standard output is empty