Thursday, May 31, 2018

UVA - 10878 .cpp file

#include<bits/stdc++.h>
using namespace std;
int main()
{
    cout<<"A quick brown fox jumps over the lazy dog."<<endl;
    return 0;
}

No comments:

Post a Comment