mirror of
https://github.com/Kiritow/OJ-Problems-Source.git
synced 2024-03-22 13:11:29 +08:00
Update 3562_unfinished.cpp
This commit is contained in:
parent
4b9de74b62
commit
48f7c99fc6
|
@ -70,8 +70,7 @@ int main()
|
|||
int we;
|
||||
scanf("%d",&we);
|
||||
while(we--)
|
||||
{
|
||||
scanf("%d%d",&n,&m);
|
||||
{scanf("%d%d",&n,&m);
|
||||
if(!n&&!m) break;
|
||||
for(i=0;i<=n+1;++i)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user