Compile Error
foo.cc: In function 'int main()':
foo.cc:6:13: error: 'input' was not declared in this scope
a = int(input());
^~~~~
foo.cc:6:13: note: suggested alternative: 'ino_t'
a = int(input());
^~~~~
ino_t
foo.cc:8:5: error: 'print' was not declared in this scope
print(a*b);
^~~~~
foo.cc:8:5: note: suggested alternative: 'printf'
print(a*b);
^~~~~
printf
foo.cc:10:1: error: expected ';' before '}' token
}
^
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1040 高精度乘法
- 语言
- C++
- 递交时间
- 2021-11-03 12:05:42
- 评测时间
- 2021-11-03 12:05:42
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes