CPP
cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
You can create your own, or just paste your code here...
Save your code by clicking on the three dots (at the top right corner if you're using a mobile device), and click on "Save", or "Save as".
*/
#include <iostream>
using namespace std;
int main() {
//...
return 0;
}
Enter to Rename, Shift+Enter to Preview
OUTPUT
Run