ZeroJudge & UVa Online Judge answers
#include using namespace std;int main(){ int n; while (cin >> n) { cout << n*n-n+2 << endl; } return 0;}
No comments:
Post a Comment