delete pics to save space
This commit is contained in:
13
history_source/ccf 入门篇/U2/2.6.3.cpp
Normal file
13
history_source/ccf 入门篇/U2/2.6.3.cpp
Normal file
@ -0,0 +1,13 @@
|
||||
#include<iostream>
|
||||
#include<cstdio>
|
||||
#include<cmath>
|
||||
using namespace std;
|
||||
int main()
|
||||
{
|
||||
double a,b,c,d;
|
||||
while(true){
|
||||
cin>>a>>b>>c;
|
||||
d=20-a-b-c;
|
||||
printf("<EFBFBD><EFBFBD>Ӧȥ<EFBFBD><EFBFBD>һ<EFBFBD><EFBFBD>%G<><47><EFBFBD><EFBFBD><EFBFBD>ص<EFBFBD>ʯͷ\n",d);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user