OneCompiler

yes

129

#include <iostream>
using namespace std;

int main()
{
int t=12;
cout << t;
return 0;
}