0_0_37405532_26162.cpp:6:2: error: stray '\243' in program
double VR,VT1,VT2£»
^
0_0_37405532_26162.cpp:6:2: error: stray '\273' in program
0_0_37405532_26162.cpp: In function 'int main()':
0_0_37405532_26162.cpp:7:2: error: expected initializer before 'double'
double a[120],dp[120],t;
^
0_0_37405532_26162.cpp:9:10: error: 'a' was not declared in this scope
memset(a,0,sizeof(a));
^
0_0_37405532_26162.cpp:10:10: error: 'dp' was not declared in this scope
memset(dp,0,sizeof(dp));
^
0_0_37405532_26162.cpp:11:25: error: 'VT2' was not declared in this scope
cin>>N>>C>>T>>VR>>VT1>>VT2;
^
0_0_37405532_26162.cpp:20:5: error: 't' was not declared in this scope
t=k>C?(C/VT1+(k-C)/VT2):(k/VT1);
^
|