delete pics to save space
This commit is contained in:
13
history_source/ccf 入门篇/U2/2.6.1.cpp
Normal file
13
history_source/ccf 入门篇/U2/2.6.1.cpp
Normal file
@ -0,0 +1,13 @@
|
||||
#include<iostream>
|
||||
#include<cstdio>
|
||||
using namespace std;
|
||||
int main()
|
||||
{
|
||||
int a,n,m;
|
||||
cin>>n>>m>>a;
|
||||
int x,y;
|
||||
x=n/a;
|
||||
y=m/a;
|
||||
cout<<"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"<<x*y<<"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
while(true);
|
||||
}
|
Reference in New Issue
Block a user