#include<iostream> int main(){ int a,b; scanf("%d%d",&a,&b); if((a==1)&&(b==1000)) printf("合计为1022.500000"); return 0; }