/ Vijos /

记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:7:18: error: 'gcd' was not declared in this scope
    7 |  printf("%d",a*b/gcd(a,b));
      |                  ^~~
foo.cc:6:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    6 |  scanf("%d %d",&a,&b);
      |  ~~~~~^~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
题目
P1047 最小公倍数
语言
C++
递交时间
2022-05-02 14:22:44
评测时间
2022-05-02 14:22:44
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes