当前位置:网站首页>CSP salary calculation
CSP salary calculation
2022-07-06 09:08:00 【< WRM>】
#include<bits/stdc++.h>
using namespace std;
int main() {
int t;
scanf("%d",&t);
int s;
if(t<=3500) {
s=t;
} else if(t<=3500+1500-45) {
s=(t-105)*100/97;
} else if(t<=8000-45-300) {
s=(t-455)*10/9;
}else if(t<=3500+9000-45-300-900) {
s=(t+345-1600)*10/8;
}else if(t<=3500+35000-45-300-900-(35000-9000)*0.25) {
s=(t-1880)*100/75;
} else if(t<=3500+55000-45-300-900-6500-6000) {
s=(t-3805)*10/7;
} else if(t<=3500+80000-8750-6000-6500-900-300-45) {
s=(t-6730)*100/65;
} else {
s=(t-15080)*100/55;
}
printf("%d",s);
return 0;
}
边栏推荐
- AcWing 2456. 记事本
- BN折叠及其量化
- CUDA implementation of self defined convolution attention operator
- Show slave status \ read in G_ Master_ Log_ POS and relay_ Log_ The (size) relationship of POS
- Advance Computer Network Review(1)——FatTree
- postman之参数化详解
- LeetCode:214. Shortest palindrome string
- LeetCode:836. Rectangle overlap
- 七层网络体系结构
- Cesium draw points, lines, and faces
猜你喜欢

Simclr: comparative learning in NLP

自定义卷积注意力算子的CUDA实现

数学建模2004B题(输电问题)

Guangzhou will promote the construction of a child friendly city, and will explore the establishment of a safe area 200 meters around the school

Post training quantification of bminf

Mise en œuvre de la quantification post - formation du bminf
![[oc]- < getting started with UI> -- learning common controls](/img/2c/d317166e90e1efb142b11d4ed9acb7.png)
[oc]- < getting started with UI> -- learning common controls

MySQL uninstallation and installation methods

数字人主播618手语带货,便捷2780万名听障人士

The carousel component of ant design calls prev and next methods in TS (typescript) environment
随机推荐
Intel Distiller工具包-量化实现1
BN folding and its quantification
LeetCode:124. 二叉树中的最大路径和
UML圖記憶技巧
【文本生成】论文合集推荐丨 斯坦福研究者引入时间控制方法 长文本生成更流畅
CSP first week of question brushing
Advanced Computer Network Review(3)——BBR
How to intercept the string correctly (for example, intercepting the stock in operation by applying the error information)
Leetcode: Sword finger offer 48 The longest substring without repeated characters
Pytorch view tensor memory size
KDD 2022论文合集(持续更新中)
BN折叠及其量化
What are the common processes of software stress testing? Professional software test reports issued by companies to share
Variable length parameter
Selenium+pytest automated test framework practice
LeetCode:673. 最长递增子序列的个数
LeetCode:221. 最大正方形
Compétences en mémoire des graphiques UML
LeetCode:26. 删除有序数组中的重复项
ant-design的走马灯(Carousel)组件在TS(typescript)环境中调用prev以及next方法