fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. int a,b,m;
  6. cin >> a >> b >> m;
  7. return 0;
  8. }
  9.  
  10.  
Success #stdin #stdout 0.01s 5276KB
stdin
4 7 11
stdout
Standard output is empty