xxxxxxxxxx
#include <iostream>
using namespace std;
int main() {
int x=10;
cout<<x;
}
Go ahead test your code here!
Output of your code