Skip to content

Darrin-Lin/2024_NTNU_ComputerProgramming-II_TestCase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2024_NTNU_ComputerProgramming-II_TestCase

注意事項

這裡的測資僅代表我們最近跑出的結果,且輸入皆為自己想到的輸入,並不一定有包含所有情況,也不保證完全正確,並且基本上是在我的指定範圍內隨機生成,所以並不一定包含我所預期的所有狀況。
因此,這裡的測資通過不代表最後一定會拿到滿分。

特別注意:我有時會粗心把輸入/輸出格式寫錯,請以作業上跟助教補充說明的格式為主,用 diff 時遇到格式錯誤請去看作業跟補充說明。


Useful commands

Linux Terminal

./a.out < input_file > output_file
diff my_output_file your_output_file

Windows CMD

hw0x0x.exe <input_file> output_file
FC output_file my_output_file

Windows PowerShell

compare-object (get-content my_output_file) (get-content your_output_file)

Discord Bot for CP2

Invite Link

用來測試答案的機器人
不保證答案正確,已經過助教同意
使用方法:

https://github.com/NaoCoding/NTNU_CP2_2024_bot

Easy tutorial

Link


Update log - Darrin

HW02

4/3 Upload hw0205 example of ggml-model-q4_0.gguf.

HW01

3/15 Upload hw0101 test program.(not sure about the correctness)

3/16 Rewrite hw0101 test program.(but still not check the correctness)

3/18 Rewrite hw0101 test program.(also still don't check)

3/21 Upload hw0101 hw0102 hw0103 test program.

3/22 Upload hw0101 hw0102 hw0103 test cases.

3/23 Upload hw0104 test program and some unsure test cases.(not a good test case but 00~02 can run)

3/25 Update hw0103 test cases.

3/26 Update hw0103 test cases.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages