Compile Error
/in/foo.c: In function 'main':
/in/foo.c:6:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before '==' token
    6 |   int divisr==2;
      |             ^~
/in/foo.c:6:13: error: expected expression before '==' token
/in/foo.c:8:20: error: 'divisor' undeclared (first use in this function)
    8 |          while(n % divisor==0){
      |                    ^~~~~~~
/in/foo.c:8:20: note: each undeclared identifier is reported only once for each function it appears in
  信息
- 递交者
- 类型
- 递交
- 比赛
- 2025-python-1-2
- 语言
- C
- 递交时间
- 2025-03-30 09:13:31
- 评测时间
- 2025-03-30 09:13:31
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes