0_0_39298587_8643.cpp: In function 'int main()':
0_0_39298587_8643.cpp:36:22: error: incompatible types in assignment of 'char*' to 'char [10000]'
36 | token=strtok(temp," ");
| ~~~~~^~~~~~~~~~~~~~~~~
0_0_39298587_8643.cpp:39:30: error: incompatible types in assignment of 'char*' to 'char [10000]'
39 | token=strtok(NULL," ");
| ~~~~~^~~~~~~~~~~~~~~~~
|