ผลต่างระหว่างรุ่นของ "Adt lab/Ad hoc problems 1"

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
แถว 7: แถว 7:
 
== List of problems ==
 
== List of problems ==
  
* 1. [https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=3&page=show_problem&problem=36 UVa 100 - The 3n + 1 problem]
+
* [https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=3&page=show_problem&problem=36 UVa 100 - The 3n + 1 problem]
 
** See [[adt lab/notes on how to read input|how to read input]].
 
** See [[adt lab/notes on how to read input|how to read input]].
 
** ''Hint:'' i may be larger than j.
 
** ''Hint:'' i may be larger than j.
* other
+
* [https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=82 UVa 146 - ID Codes]

รุ่นแก้ไขเมื่อ 17:14, 10 กันยายน 2558

This is part of adt lab

This week, we will practice on problem solving with C++. We will work on UVa Online Judge.

You should register an account at UVa Online Judge and use single account to submit on every task. We will keep track of your work based on that account.

List of problems