当前位置:网站首页>AcWing 605. Simple product (implemented in C language)
AcWing 605. Simple product (implemented in C language)
2022-06-28 11:57:00 【Q_ ming_ code】
Read two integer values .
After that , Calculate their product and store the result in a file named PROD Variables in .
The output results are shown in the following example .
Input format
There are two lines , Each line contains an integer .
Output format
The output format is PROD = X, among X Is the product result .
Data range
The absolute values of the two integers entered do not exceed 10000.
#include<stdio.h>
int main()
{
int a,b,X;
scanf("%d%d",&a,&b);
X=a*b;
printf("PROD = %d",X);
return 0;
}边栏推荐
- 1. print hourglass
- Batch will png . bmp . JPEG format pictures are converted to Jpg format picture
- Day29 JS notes 2021.09.23
- [sciter]:sciter如何使用i18实现桌面应用多语言切换及其利弊
- 4. maximum continuity factor
- Solutions to connection failures and errors when accessing mysql8 using the SSM project
- Still using simpledateformat for time formatting? Be careful that the project collapses!
- Which programming language will attract excellent talents?
- Lihongyi, machine learning 7 Conclusion
- Intranet penetration in the working group environment: some basic methods
猜你喜欢

Simulation of the Saier lottery to seek expectation

Web page tips this site is unsafe solution

js中的数组方法 2021.09.18

day39 原型链及页面烟花效果 2021.10.13

If you want to change to software testing, how can you package your resume as a test engineer with 1 year of work experience

Deployment and optimization of vsftpd service

day39 原型鏈及頁面烟花效果 2021.10.13

What method is required for word, PDF and txt files to realize full-text content retrieval?

携手Cigent:群联为SSD主控固件引入高级网络安全防护特性

Data analysis learning notes
随机推荐
Day32 JS note event (Part 1) September 27, 2021
Intranet penetration in the working group environment: some basic methods
Daily practice of C language - day 3: calculate the number of occurrences of sub strings of strings
无法重新声明块范围变量
Unity screenshot function
Share the easy-to-use fastadmin open source system - practical part
【北京航空航天大学】考研初试复试资料分享
day32 js笔记 事件(上)2021.09.27
Packaging and publishing application of jetpack compose desktop version
6.A-B
JS foundation 8
Graphics view framework for QT learning (to realize startup animation)
Fruit FL studio/cubase/studio one music host software comparison
Day31 JS notes DOM 2021.09.26
String & heap & method area
Oracle date format exception: invalid number
Redis6 1: what problems can be solved by the introduction of NoSQL and redis?
Web3 security serials (3) | in depth disclosure of NFT fishing process and prevention techniques
Bisection (integer bisection and floating point bisection)
This Exception was thrown from a job compiled with Burst, which has limited exception support. report errors