delete pics to save space
This commit is contained in:
7
history_source/ccf 入门篇/U2/2.3.1.cpp
Normal file
7
history_source/ccf 入门篇/U2/2.3.1.cpp
Normal file
@ -0,0 +1,7 @@
|
||||
#include<iostream>
|
||||
using namespace std;
|
||||
int main()
|
||||
{
|
||||
cout<<"3 3\n3 8\n11 8\nc=1\nc=1.375\n";
|
||||
while(true);
|
||||
}
|
Reference in New Issue
Block a user