I'll add my own loose answer here, and point out that we don't know exactly what your negation rule says. The only rule I will use is a resolution rule of inference R which can get described by saying "given two formulas $\phi$ and $\psi$ which only contain disjunction symbols and literals, if there exists a literal $\alpha$ in $\phi$ such that it is the negation of a literal $\alpha$' in $\psi$, then we can infer any formula which consists solely of all of the remaining literals in $\alpha$ and $\psi$ and disjunction symbols." You can verify that this rule holds by showing that disjunction commutes, that it associates, and that {AN$\alpha$$\beta$, $\alpha$} $\vdash$ $\beta$.
So, first we need to find equivalent formulas to each of the relevant formulas here. The formulas contain only disjunction symbols and literals (lower case letters or the negations of lower case letters). I use Polish notation.
CKcnt is logically equivalent to ANKcnt, since Cxy is logically equivalent to ANxy. ANKcnt is logically equivalent to "AANcNnt" by the Petrus Hispanus law which says that NKxy is logically equivalent to ANxNy.
KhNs gives us "h" and "Ns".
CKhNAscp is logically equivalent to ANKhNAscp which is logically equivalent to AANhNNAscp by laws previously mentioned by name. By the double negation law which says that NNx is logically equivalent to x, we then have "AANhAscp".
KnNt gives us "n" and "Nt". Thus, I'll precede as follows:
assumption 1 AANcNnt
assumption 2 h
assumption 3 Ns
assumption 4 AANhAscp
assumption 5 n
assumption 6 Nt
R 4, 2 7 AAscp ("Nh" and "h")
R 7, 3 8 Acp (Ns, s... I'll just list one letter hereafter)
R 1, 5 9 ANct (n)
R 9, 6 10 Nc (t)
R 8, 10 11 p. (c)
Here's another proof:
assumption 1 AANcNnt
assumption 2 h
assumption 3 Ns
assumption 4 AANhAscp
assumption 5 n
assumption 6 Nt
R 4, 1 7 AAAANhsNntp (c)
R 7, 2 8 AAAsNntp (h)
R 8, 3 9 AANntp (s)
R 9, 5 10 Atp (n)
R 10, 6 11 p. (t)
There does exist a more general resolution rule S here, which would give us a shorter proof:
assumption 1 AANcNnt
assumption 2 h
assumption 3 Ns
assumption 4 AANhAscp
assumption 5 n
assumption 6 Nt
S 4, 2, 3 7 Acp (h, s)
S 1, 5, 6 8 Nc (n, t)
S 7, 8 9 p. (c)