0_0_33462737_9313.cpp:8:2: error: stray '\243' in program
int tc;
^
0_0_33462737_9313.cpp:8:2: error: stray '\273' in program
0_0_33462737_9313.cpp: In function 'int main()':
0_0_33462737_9313.cpp:9:2: error: expected initializer before 'long'
long long n,a,b,day[100000]; //textcase
^
0_0_33462737_9313.cpp:11:7: error: 'tc' was not declared in this scope
cin>>tc;
^
0_0_33462737_9313.cpp:14:8: error: 'n' was not declared in this scope
cin>>n>>a>>b;//a为一趟机票费,b为日工资
^
0_0_33462737_9313.cpp:14:11: error: 'a' was not declared in this scope
cin>>n>>a>>b;//a为一趟机票费,b为日工资
^
0_0_33462737_9313.cpp:14:14: error: 'b' was not declared in this scope
cin>>n>>a>>b;//a为一趟机票费,b为日工资
^
0_0_33462737_9313.cpp:18:9: error: 'day' was not declared in this scope
cin>>day[j];
^
0_0_33462737_9313.cpp:20:8: error: 'day' was not declared in this scope
day0=day[0];
^
0_0_33462737_9313.cpp:30:5: error: 'cost' was not declared in this scope
cost+=fly;
^
0_0_33462737_9313.cpp:33:5: error: 'cost' was not declared in this scope
cost+=cost0;
^
0_0_33462737_9313.cpp:34:4: error: 'cost' was not declared in this scope
cost+=b;
^
0_0_33462737_9313.cpp:38:28: error: 'cost' was not declared in this scope
cout<<"Case #"<<i<<": "<<cost+a<<endl;
^
|