Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:9:14: error: invalid operands of types 'const char [3]' and 'float' to binary 'operator%'
   printf("%f"%x*0.95);
          ~~~~^~
/in/foo.cc:13:15: error: invalid operands of types 'const char [3]' and 'float' to binary 'operator%'
    printf("%f"%x*0.9);
           ~~~~^~
/in/foo.cc:17:15: error: invalid operands of types 'const char [3]' and 'float' to binary 'operator%'
    printf("%f"%x*0.85);
           ~~~~^~
/in/foo.cc:21:15: error: invalid operands of types 'const char [3]' and 'float' to binary 'operator%'
    printf("%f"%x*0.8);
           ~~~~^~

信息

递交者
类型
递交
题目
P1026 超市促销活动
语言
C++
递交时间
2023-12-07 21:31:59
评测时间
2023-12-07 21:31:59
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes