Category: ACM

01
Aug
2015

URI Online Judge Solution | 1040 – Average 3

Keep check on the line “Calculate the average with weights 2,3,4 e 1” actually that means you…

01
Aug
2015

URI Online Judge Solution | 1040 – Average 3

Keep check on the line “Calculate the average with weights 2,3,4 e 1” actually that means you…

01
Aug
2015

URI Online Judge Solution | 1040 – Average 3

Keep check on the line “Calculate the average with weights 2,3,4 e 1” actually that means you…

01
Aug
2015

URI Online Judge Solution | 1040 – Average 3

Keep check on the line “Calculate the average with weights 2,3,4 e 1” actually that means you…

28
Jul
2015

URI Online Judge Solution |1038 Snack

Here I tried to write everything in standard C++ #include<iostream> #include<iomanip> using namespace std; int main() {…

26
Mar
2015

uva 10014 – Simple Calculations

This solution didn’t accurately done by me but i tried to understand how to solve it from…