0_0_27817291_7308.c: In function 'main':
0_0_27817291_7308.c:18:1: error: expected expression before '/' token
// for (i = 0; i < time; i++) {
^
0_0_27817291_7308.c: In function 'input':
0_0_27817291_7308.c:28:3: error: variable-sized object may not be initialized
int i, j, k = -1, sub_dif[n] = {0}, bread_price[m] = {0};
^
0_0_27817291_7308.c:28:3: error: variable-sized object may not be initialized
0_0_27817291_7308.c: In function 'quick_sort':
0_0_27817291_7308.c:60:47: error: expected declaration specifiers before '/' token
void quick_sort(int a[], int low, int high) //ลละ๒
^
0_0_27817291_7308.c:60:47: error: stray '\305' in program
0_0_27817291_7308.c:60:47: error: stray '\305' in program
0_0_27817291_7308.c:60:47: error: stray '\320' in program
0_0_27817291_7308.c:60:47: error: stray '\362' in program
0_0_27817291_7308.c:70:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
0_0_27817291_7308.c:82:2: error: expected '{' at end of input
}
^
|