c112. 4. 文章抄襲比對
Tags :
Accepted rate : 0人/0人 (0%) [非即時]
評分方式:
Tolerant

最近更新 : 2025-03-30 12:00

Content
Input

第 $1$ 列為文章 $A$,第 $2$ 列為文章 $B$(假設文章內容均不分段換行,一篇文章自成一列),比對 $2$ 篇文章的相似度百分比。

Output

輸出文章 $A$ 與文章 $B$ 相似度百分比(以百分比方式顯示,四捨五入到小數點以下兩位)。

Sample Input #1
(第 1 列為文章 A 內容,第 2 列為文章 B 內容,以下為配合版面限制換列呈現)
Machine languages and assembly languages are low level languages. Unlike high level languages, low level languages are closer to the hardware.
C languages, C++ languages, and Java Languages are high level languages. Low level languages are closer to the hardware than are high level languages. High-level languages are designed to simplify computer programming. Unlike high level languages, low level languages can be converted to machine code without using a compiler or interpreter.
Sample Output #1
57.14%
測資資訊:
記憶體限制: 256 MB
公開 測資點#0 (20%): 1.0s , <1M
公開 測資點#1 (20%): 1.0s , <1M
公開 測資點#2 (20%): 1.0s , <1M
公開 測資點#3 (20%): 1.0s , <1M
公開 測資點#4 (20%): 1.0s , <1M
Hint :
Tags:
出處:
109年彰雲嘉區複試 [管理者: jackhuang(fijjj) ]


ID User Problem Subject Hit Post Date
沒有發現任何「解題報告」