#128

by Zzzyt

Submitted 3 years 1 day ago
Wed Apr 21 11:49:19 CST 2021
Judger: judger1
Dataset Version: v0

217 ms / 8792 KB
Final 100
Problem: fun.resolution
Language: GNU C++ 11


#1

217ms / 8792KB / Point
Input
0
Output
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_H<...>
Answer
1
Checker Information
100.01000213620 Read 10001 resolutions.

#2

163ms / 8720KB / Point
Input
1
Output
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_HHSOJ_to_run_forever
In_2020_I_want_H<...>
Answer
1
Checker Information
100.01000213620 Read 10001 resolutions.
#include<iostream>
using namespace std;

int main(){
    for(int i=0;i<10000;i++){
        cout<<"In_2020_I_want_HHSOJ_to_run_forever"<<endl;
    }
    cout<<"In_2020_I_want_HHSOJ_to_run_forever";
    return 0;
}