fork download
  1. #include<bits/stdc++.h>
  2. #define int long long
  3. using namespace std;
  4. signed main(){
  5. ios::sync_with_stdio(false); cin.tie(nullptr);
  6. cout<<"hello"<<endl;
  7. }
Success #stdin #stdout 0.01s 5316KB
stdin
Standard input is empty
stdout
hello