13063 - Reference   

Description

Reference to Lab 11

Reference to functions that may be used can be download in this problem. Please follow the steps below:

  1. Click on this link to download. You will get a file with name 13063.h.

  2. Rename 13063.h to book.zip

  3. Extract book.zip

Now you will see a directory named with lab11_reference. The structure of the directory is as follows:

 lab11_reference/
 └── reference/
     ├── en/
     │   ├── c/
     │   │   ├── string/
     │   │   ├── io/
     │   │   ├── string.html
     │   │   ├── io.html
     │   │   └── index.html
     │   └── c.html
     └── common/

Inside directory reference/en/c/ :

  1. string.html - you can find functions related to c-style string in this file

  2. io.html - you can find functions related to input and output in this file

  3. index.html - all functions are listed in lexicographical order (a-z) in this file. You can search functions you want by name in this file.

Please do not modify any directory or file, otherwise random things might break.

Note that to reduce file size, documentation of functions that are not related to this lab is deleted. So there are many dead links in index.html.

 

Input

Output

Sample Input  Download

Sample Output  Download

Partial Judge Code

13063.c

Partial Judge Header

13063.h

Tags




Discuss