QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#521626 | #7054. Fibonacci Sequence | blhxzjr# | AC ✓ | 0ms | 16112kb | C++20 | 427b | 2024-08-16 13:24:04 | 2024-08-16 13:24:04 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
#define rep(i,a,n) for(int i=a;i<=n;++i)
#define pb push_back
#define endl '\n'
#define int long long
using ll=long long;
const int N=2e5+10;
int n,m,k,_;
string name[N],c[N];
void solve(){
cout<<"1 1 2 3 5";
}
signed main(){
ios::sync_with_stdio(false);
cin.tie(0);
_=1;
while(_--){
solve();
if(_) cout<<endl;
}
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 16112kb
input:
output:
1 1 2 3 5
result:
ok single line: '1 1 2 3 5'