fork(1) download
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3.  
  4. int main() {
  5. cout << 100*(100+1)/2 << endl;
  6. }
  7.  
Success #stdin #stdout 0s 5316KB
stdin
Standard input is empty
stdout
5050