fork download
  1. #include <iostream>
  2. //#include <gmock/gtest.h>
  3. //#include <gmock/gmock.h>
  4. using namespace std;
  5.  
  6.  
  7. int main() {
  8. // your code goes here
  9. cout << "Proba" << endl;
  10. return 0;
  11. }
Success #stdin #stdout 0.01s 5304KB
stdin
Standard input is empty
stdout
Proba