0_0_33322647_734.cpp:6:1: error: missing terminating " character
printf("n e\n);
^
0_0_33322647_734.cpp:11:3: error: missing terminating " character
{printf("0 1\n);}
^
0_0_33322647_734.cpp:13:3: error: missing terminating " character
{printf("1 2\n);}
^
0_0_33322647_734.cpp:15:3: error: missing terminating " character
{printf("2 2.5\n);}
^
0_0_33322647_734.cpp: In function 'int main()':
0_0_33322647_734.cpp:7:26: error: expected ')' before ';' token
printf("- -----------\n");
^
0_0_33322647_734.cpp:12:3: error: expected primary-expression before 'else'
else if(i==1)
^
0_0_33322647_734.cpp:25:1: error: expected '}' at end of input
}
^
0_0_33322647_734.cpp:25:1: error: expected '}' at end of input
0_0_33322647_734.cpp:25:1: error: expected '}' at end of input
|