0_0_33832146_8323.cpp: In function 'int main()':
0_0_33832146_8323.cpp:111:19: error: expected unqualified-id before '=' token
for(int ld=1,rd;ld<=n;ld=rd+1)
^
0_0_33832146_8323.cpp:111:19: error: expected ';' before '=' token
0_0_33832146_8323.cpp:111:19: error: expected primary-expression before '=' token
0_0_33832146_8323.cpp:111:22: error: 'rd' was not declared in this scope
for(int ld=1,rd;ld<=n;ld=rd+1)
^
0_0_33832146_8323.cpp:19:12: error: expected primary-expression before 'long'
#define ld long double
^
0_0_33832146_8323.cpp:111:25: note: in expansion of macro 'ld'
for(int ld=1,rd;ld<=n;ld=rd+1)
^
0_0_33832146_8323.cpp:19:12: error: expected ')' before 'long'
#define ld long double
^
0_0_33832146_8323.cpp:111:25: note: in expansion of macro 'ld'
for(int ld=1,rd;ld<=n;ld=rd+1)
^
0_0_33832146_8323.cpp:111:27: error: expected unqualified-id before '<=' token
for(int ld=1,rd;ld<=n;ld=rd+1)
^
0_0_33832146_8323.cpp:111:33: error: expected unqualified-id before '=' token
for(int ld=1,rd;ld<=n;ld=rd+1)
^
0_0_33832146_8323.cpp:132:1: error: expected '}' at end of input
}
^
0_0_33832146_8323.cpp:132:1: error: expected '}' at end of input
|