/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:19:13: error: redeclaration of 'int Salenum'
     int i=0,Salenum=priceAndSalenum[1];
             ^~~~~~~
/in/foo.cc:7:31: note: 'int Salenum' previously declared here
     int priceGovernment,price,Salenum,cutPerYuan;
                               ^~~~~~~
/in/foo.cc:10:30: warning: unused variable 'maxProfitPrice' [-Wunused-variable]
     int maxProfit=0,profit=0,maxProfitPrice=0;
                              ^~~~~~~~~~~~~~

信息

递交者
类型
递交
题目
P1346 税收与补贴问题
语言
C++
递交时间
2019-11-29 23:25:16
评测时间
2019-11-29 23:25:16
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes