delete pics to save space
This commit is contained in:
9
1.1421.cpp
Normal file
9
1.1421.cpp
Normal file
@ -0,0 +1,9 @@
|
||||
#include<cstdio>
|
||||
int main()
|
||||
{
|
||||
int a,b;
|
||||
scanf("%d%d",&a,&b);
|
||||
int y=a*10+b;
|
||||
printf("%d\n",y/19);
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user