#314

by asd

Submitted 2 years 10 months ago
Mon May 31 20:01:49 CST 2021
Judger: judger1
Dataset Version: v3

1035 ms / 8724 KB
Final 0
Problem: fun.resolution
Language: GNU C++ 11


#1

896ms / 8724KB / Time Limit Exceeded
Input
0
Output

												
Answer

												
Checker Information

											

#2

1035ms / 8724KB / Time Limit Exceeded
Input
1
Output

												
Answer

												
Checker Information

											
#include <bits/stdc++.h>
using namespace std;

int main(){
    for(int i=0;i<20000000;i++){
        puts("In_2020_I_want");
    }
    cout<<"In_2020_I_want";
}