Compile Error

/in/foo.cc:4:1: error: 'll' does not name a type
    4 | ll jc(short g)
      | ^~
/in/foo.cc: In function 'long long int a(int, int)':
/in/foo.cc:13:16: error: 'jc' was not declared in this scope; did you mean 'jn'?
   13 |         return jc(n)/jc(i);
      |                ^~
      |                jn
/in/foo.cc: In function 'int main()':
/in/foo.cc:37:42: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
   37 |                                 if(i>>j&1==1)
      |                                         ~^~~
/in/foo.cc:41:28: error: expected primary-expression before ')' token
   41 |                         if() ans++;
      |                            ^

信息

递交者
类型
递交
题目
P2990 多边形
语言
C++
递交时间
2025-12-07 09:36:30
评测时间
2025-12-07 09:36:30
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes