\documentclass[11pt]{article}

\usepackage{enumitem,amsmath,amssymb,graphicx,fancyhdr,framed}
\usepackage[margin=1in,headsep=0.2in]{geometry}
\pagestyle{fancy}

%%% TODO: Fill in the following fields
\newcommand{\psetnumber}{1}
\newcommand{\name}{First Name Last Name}
\newcommand{\collaborators}{list of people you discussed the problem set with}
%%% TODO: Fill in the above fields

\begin{document}

\lhead{CS 388H Problem Set \psetnumber}
\rhead{}

\begin{center}
{\Large CS 388H Problem Set \psetnumber}
\medskip

\begin{tabular}{rl}
Name: & \name \\
Collaborators: & \collaborators
\end{tabular}
\end{center}

\section*{Problem 1}

\begin{enumerate}[label=(\alph*)]
  \item (your solution)
  \item (your solution)
\end{enumerate}

\clearpage

\section*{Problem 2}

\begin{enumerate}[label=(\alph*)]
  \item (your solution)
  \item (your solution)
\end{enumerate}

\clearpage

\end{document}
