QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#414007#6749. Targetucup-team2715Compile Error//C++14625b2024-05-18 13:54:142024-05-18 13:54:15

详细

answer.code: In function ‘void solve()’:
answer.code:17:9: error: invalid operands of types ‘double’ and ‘int’ to binary ‘operator>>’
   17 |     if(c>>i&1) cou << 2;
      |        ~^~~
      |        |  |
      |        |  int
      |        double
answer.code:17:16: error: ‘cou’ was not declared in this scope; did you mean ‘cos’?
   17 |     if(c>>i&1) cou << 2;
      |                ^~~
      |                cos