#315

by asd

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

422 ms / 8832 KB
Final 0
Problem: fun.resolution
Language: GNU C++ 11


#1

422ms / 8832KB / Time Limit Exceeded
Input
0
Output

												
Answer

												
Checker Information

											

#2

321ms / 8732KB / Time Limit Exceeded
Input
1
Output

												
Answer

												
Checker Information

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

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