Converted everything to orgmode
converted everything to orgmode and added solution to the README files
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
|
||||
* Task
|
||||
|
||||
/This task is a text-based task but mostly automatically checked. You are required to write your answers into `submission.txt` by replacing the question marks with the correct solution. Please, do not change the line formating./
|
||||
/This task is a text-based task but mostly automatically checked. You are required to write your answers into =submission.txt= by replacing the question marks with the correct solution. Please, do not change the line formating./
|
||||
|
||||
/You can check whether your solution is correct by clicking on the test button./
|
||||
|
||||
Numbers can be provided in various formats in C++. Literals prefixed with `0b` indicate binary encoding. Assume unsigned arithmetics with sufficient numbers of bits, i.e. no overflows. Convert the following binary numbers into decimal numbers (1-4) and decimal numbers to binary (5-8):
|
||||
Numbers can be provided in various formats in C++. Literals prefixed with =0b= indicate binary encoding. Assume unsigned arithmetics with sufficient numbers of bits, i.e. no overflows. Convert the following binary numbers into decimal numbers (1-4) and decimal numbers to binary (5-8):
|
||||
|
||||
#+begin_src txt
|
||||
# Lines starting with # are comments. Spaces is ignored.
|
||||
|
Reference in New Issue
Block a user