Result Size: 625 x 571
x
 
#include <iostream>
using namespace std;
int main() {
  int myNum = 15;
  cout << myNum;
  return 0;
}
15