0_0_35689685_24197.cpp: In function 'int main()':
0_0_35689685_24197.cpp:21:10: error: 'uint' was not declared in this scope
uint j = 0;
^
0_0_35689685_24197.cpp:25:18: error: 'j' was not declared in this scope
if (j < table.size() && i == table[j])
^
|