8 条题解
- 1
信息
- ID
- 4
- 时间
- 1000ms
- 内存
- 128MiB
- 难度
- 5
- 标签
- 递交数
- 8753
- 已通过
- 3367
- 上传者
#include<stdio.h> int main() { int f,x; scanf("%d",&x); f=xx+2x+5; printf("%d",f); return 0;
#include<iostream>
using namespace std;
int main()
{
double n;
cin >> n;
cout << n*n + 2*n +5 <<endl;
return 0;
}