UVA10257:

Dick and Jane

#include <iostream>;

using namespace std;

int main(){
	int s, p, y, j;
	int d = 12;

	while(cin >> s >> p >> y >> j){
		int total_age = d + j;
	}

	return 0; 
}
[Back to Listing Page]

Home

Posts

Projects

Github

Contact

janzzen

Developed by Janzzen Ang powered by Vercel