H - Molar mass

#include <bits/stdc++.h> using namespace std; int main(){ int n; double weight[300]; weight['C']=12.01; weight['H']= 1.008; weight['O']= 16; weight['N']=14.01; cin>>n; for(int i=0;i<n;i++)
相關文章
相關標籤/搜索