Hi everybody, I've just developed a small Chrome Extension named UVa Quick Access Tool .
You can access UVa Live submissions, specific user's submissions, quick submit form, problem detailed information.
You can install it here: http://goo.gl/EkvFn
Or direct link: https://chrome.google.com/webstore ...
Search found 3 matches
- Wed May 29, 2013 2:41 pm
- Forum: Other words
- Topic: UVa Quick Access Tool 1.0.1 - Chrome Extension
- Replies: 0
- Views: 3421
- Fri Mar 23, 2012 6:03 am
- Forum: Volume 116 (11600-11699)
- Topic: 11658 - Best Coalitions
- Replies: 7
- Views: 4670
Re: 11658 - Best Coalitions
To someone who got WA for this problem, try using scanf("%d.%d", ..) instead of scanf("%lf", ..).


- Sun Apr 03, 2011 7:38 pm
- Forum: Volume 119 (11900-11999)
- Topic: 11941 - Creating a Quadtree
- Replies: 1
- Views: 2200
11941 - Creating a Quadtree
Problem: http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=229&page=show_problem&problem=3092
Can anybody explain me how the sample output for the third test can be: 10*011*00101*101010 ?
I think the correct output must be: 10*011*00101*101010
Is there something wrong ...
Can anybody explain me how the sample output for the third test can be: 10*011*00101*101010 ?
I think the correct output must be: 10*011*00101*101010
Is there something wrong ...