snteoauh
This commit is contained in:
@ -135,11 +135,11 @@ slt w, x, y
|
||||
\section{}
|
||||
\subsubsection{}
|
||||
\begin{lstlisting}
|
||||
bool* y = (bool*)malloc(n);
|
||||
bool* y = (bool*)malloc(n*4);
|
||||
int i = 0;
|
||||
while (i < n) {
|
||||
ne = myop(ne, x[i]);
|
||||
y[i] = ne;
|
||||
ne = myop(ne, x[i*4]);
|
||||
y[i*4] = ne;
|
||||
i++;
|
||||
}
|
||||
\end{lstlisting}
|
||||
|
Reference in New Issue
Block a user