#include<iostream> #include<iomanip> using namespace std; int main(){ cout<<"This is a C program."; return 0; }