-->
当前位置:首页 > 题库

PROGRAMMING:Product of two numbers

Luz5年前 (2021-05-10)题库334
Please input the following code and understand the constants and variables in the program.
```
#include
int main(){
int a,b;
a=5; b=8;
printf("%d",a*b);
return 0;
}
```
###Input example:
```in
```
###Output example:
```out
forty
```







answer:If there is no answer, please comment