0_0_29368060_28996.cpp: In function 'bool pd(double, int*, int)':
0_0_29368060_28996.cpp:12:10: error: expected unqualified-id before ')' token
for(int )
^
0_0_29368060_28996.cpp:12:10: error: expected ';' before ')' token
0_0_29368060_28996.cpp:12:10: error: expected primary-expression before ')' token
0_0_29368060_28996.cpp:12:10: error: expected ';' before ')' token
0_0_29368060_28996.cpp:13:1: error: expected primary-expression before '}' token
}
^
0_0_29368060_28996.cpp: In function 'int main()':
0_0_29368060_28996.cpp:22:16: error: 'c' was not declared in this scope
memset(c,0,sizeof(c));
^
|