Is it allowed to copy-paste code chunks from third-party websites like GFG, etc. ?

Revision en2, by auddy, 2021-03-31 13:41:53

There are many contests which require participants to solve a problem which is loosely based on a concept that is maybe similar to a famous problem.

For example, a problem is based on Longest Increasing Subsequence. Is it allowed for the participant to copy (fully copy a function with no changes done to variable names) from third-party sites and then proceed to solve the problem.

Lets say a problem involves finding GCD, so can I simply copy-paste a function which takes 2 inputs and returns the GCD? Will my submission be Accepted? Or will it be considered as Plagiarism ?

Tags #plagiarism, #copypaste, rules

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English auddy 2021-03-31 13:41:53 4
en1 English auddy 2021-03-31 13:40:34 662 Initial revision (published)