Compile Error
/in/foo.c: In function 'main':
/in/foo.c:8:9: error: 'aa' undeclared (first use in this function); did you mean 'a'?
    8 |         aa=a;
      |         ^~
      |         a
/in/foo.c:8:9: note: each undeclared identifier is reported only once for each function it appears in
  信息
- 递交者
- 类型
- 递交
- 题目
- A6-1 最大公约数专题:最大公约数和最小公倍数
- 语言
- C
- 递交时间
- 2025-10-31 16:07:16
- 评测时间
- 2025-10-31 16:07:16
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes