#62

by asd

Submitted 4 years 2 months 1 day ago
Tue Feb 04 19:34:20 CST 2020
Judger: ZJS
Dataset Version: v0

1000 ms / 0 KB
Final 0
Problem: lss2.lucky
Language: GNU C++ 11


#1

1000ms / 0KB / Time Limit Exceeded
Input

												
Output

												
Answer

												
Checker Information
[Youkai Taiji!]
Your program is so TLE that it breaks down our judge system.
Please DON'T submit like this.

#1

1000ms / 0KB / Time Limit Exceeded
Input

												
Output

												
Answer

												
Checker Information
[Youkai Taiji!]
Your program is so TLE that it breaks down our judge system.
Please DON'T submit like this.

#2

1000ms / 0KB / Time Limit Exceeded
Input

												
Output

												
Answer

												
Checker Information
[Youkai Taiji!]
Your program is so TLE that it breaks down our judge system.
Please DON'T submit like this.
#include <bits/stdc++.h>
using namespace std;
set<int> s={1, 2, 3, 5, 6, 9, 10, 13, 17 };
int main(){
	while(true){}
}