| # | Time | Username | Problem | Language | Result | Execution time | Memory | 
|---|---|---|---|---|---|---|---|
| 649393 | azra_gonul | Binary Subsequences (info1cup17_binary) | C++14 | 375 ms | 20320 KiB | 
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include<bits/stdc++.h>
using namespace std;
int main(){
	long long a,b,c,d;
	vector <long long> herk;
	long long arr[16]={1,2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384};
	cin>>a;
	for(long long i=0;a>i;i++){
		cin>>b;
		cout<<"-1"<<"\n";
		for(long long g=0;b>g;g++){
			cout<<"1 ";
		}
		cout<<"\n";
	}
}
Compilation message (stderr)
| # | Verdict | Execution time | Memory | Grader output | 
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output | 
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output | 
|---|---|---|---|---|
| Fetching results... | ||||
