0_0_36856664_18370.cpp: In function 'void fun(long int, long int)':
0_0_36856664_18370.cpp:5:33: error: 'lt' was not declared in this scope
if (abs(n) < 10> 10 && abs(n) <= r)
^
0_0_36856664_18370.cpp:5:35: error: expected ')' before ';' token
if (abs(n) < 10> 10 && abs(n) <= r)
^
0_0_36856664_18370.cpp:5:36: error: expected primary-expression before '=' token
if (abs(n) < 10> 10 && abs(n) <= r)
^
0_0_36856664_18370.cpp: In function 'int main()':
0_0_36856664_18370.cpp:21:10: error: 'lt' was not declared in this scope
if (N < 0)
^
0_0_36856664_18370.cpp:21:12: error: expected ')' before ';' token
if (N < 0)
^
0_0_36856664_18370.cpp:21:15: error: expected ';' before ')' token
if (N < 0)
^
|