0_0_32095461_29463.cpp: In function 'void randomizer3000()':
0_0_32095461_29463.cpp:34:16: error: expected ')' before ':' token
asm ("rdtsc" : "=A"(seed));
^
0_0_32095461_29463.cpp:34:28: error: 'asm' was not declared in this scope
asm ("rdtsc" : "=A"(seed));
^
0_0_32095461_29463.cpp: In function 'int main()':
0_0_32095461_29463.cpp:150:3: error: 'cot' was not declared in this scope
cot << fxied << setprecision(6) << sqrt(mn);
^
0_0_32095461_29463.cpp:150:10: error: 'fxied' was not declared in this scope
cot << fxied << setprecision(6) << sqrt(mn);
^
|