#JSUTFPC2025N. Sign-out Problem —— 签退题
Sign-out Problem —— 签退题
Statement
This is the last question. According to the requirements of the former president Jachin, a sign-in question should be included to prevent any students from scoring zero. However, Timothy didn't think so. In order to prevent the question from being too difficult and being criticized by club members, he felt that a way out should be provided, so he included a sign-out question.
Timothy is a beginner in C language. He is facing difficulties with a programming assignment. Please help him by telling him what the output of this problem should be.
#include <stdio.h>
int main() {
// This is a sign-out question for contestants!
int a = 114514;
int b = 1919810;
int c = a + b;
// Just submit the output results.
printf("a+b=%d", c);
}
Input
No input.
Output
Output the result printed by this program.
Samples
114514.1919810
Notes
Note that the sample output is not the correct result!