Skip to content

Commit

Permalink
Update examples and readme images
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnLidbetter committed Oct 27, 2024
1 parent b0d8fbe commit 614b942
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
Binary file modified doc/images/example-report-page-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/example-report-page-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/example-report-page-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 9 additions & 8 deletions examples/example_problemset/.crifx/crifx-report.tex
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,25 @@
\definecolor{insufficientred}{RGB}{255,100,100}%
\definecolor{sufficientgreen}{RGB}{0,210,0}%
\title{CRIFX Contest Preparation Status Report}%
\date{Compiled \today~at \DTMcurrenttime\DTMcurrentzone~for commit 82030070}%
\author{}%
\date{Compiled \today~at \DTMcurrenttime\DTMcurrentzone~for commit b0d8fbe9}%
%
\begin{document}%
\normalsize%
\maketitle%
\section*{Submissions summary}%
\label{sec:Submissionssummary}%
\begin{tabular}{|l|c|c|c|c|c|c|c|c|c|}%
\begin{tabular}{|l|c|c|c|c|c|c|c|c|c|c|c|}%
\hline%
\rowcolor{cyan}%
&\multicolumn{6}{c}{{\tiny Solutions}}&\multicolumn{2}{|c|}{{\tiny Non-solutions}}&\\%
&\multicolumn{6}{c|}{{\tiny Solutions}}&\multicolumn{2}{c|}{{\tiny Non-solutions}}&\multicolumn{2}{c|}{{\tiny AC Lines of Code}}&\\%
\hline%
\rowcolor{cyan}%
{\tiny Problem}&{\tiny Independent}&{\tiny Lang. Groups}&{\tiny c/c++}&{\tiny java/kotlin}&{\tiny python}&{\tiny Sum}&{\tiny WA}&{\tiny TLE}&{\tiny Test Files}\\%
{\tiny Problem}&{\tiny Independent}&{\tiny Lang. Groups}&{\tiny c/c++}&{\tiny java/kot...}&{\tiny python}&{\tiny Sum}&{\tiny WA}&{\tiny TLE}&{\tiny Min.}&{\tiny Med.}&{\tiny Test Files}\\%
\hline%
\hyperref[sec:addtwonumbers]{addtwonumbers}&\cellcolor{insufficientred}1/3&\cellcolor{insufficientred}1/2&0&0&1&1&0&0&0\\%
\hyperref[sec:addtwonumbers]{addtwonumbers}&\cellcolor{insufficientred}1/3&\cellcolor{insufficientred}1/2&0&0&1&1&0&0&12&12&0\\%
\hline%
\hyperref[sec:helloworld]{helloworld}&\cellcolor{insufficientred}2/3&\cellcolor{sufficientgreen}2/2&0&1&1&2&1&0&5\\%
\hyperref[sec:helloworld]{helloworld}&\cellcolor{insufficientred}2/3&\cellcolor{sufficientgreen}2/2&0&1&1&2&1&0&9&10&5\\%
\hline%
\end{tabular}

Expand Down Expand Up @@ -168,10 +169,10 @@ \subsection*{Test Cases}%
sample{-}1%
\item%
001{-}finn%
\lstinputlisting[basicstyle=\footnotesize,backgroundcolor=\color{lightgray},framexleftmargin=1em,framexrightmargin=1em]{/Users/finn/git/crifx/examples/example_problemset/helloworld/data/secret/001-finn.desc}%
\lstinputlisting[basicstyle=\footnotesize,backgroundcolor=\color{lightgray},framexleftmargin=1em,framexrightmargin=1em,breaklines=true]{/Users/finn/git/crifx/examples/example_problemset/helloworld/data/secret/001-finn.desc}%
\item%
005{-}mrthompson%
\lstinputlisting[basicstyle=\footnotesize,backgroundcolor=\color{lightgray},framexleftmargin=1em,framexrightmargin=1em]{/Users/finn/git/crifx/examples/example_problemset/helloworld/data/secret/005-mrthompson.desc}%
\lstinputlisting[basicstyle=\footnotesize,backgroundcolor=\color{lightgray},framexleftmargin=1em,framexrightmargin=1em,breaklines=true]{/Users/finn/git/crifx/examples/example_problemset/helloworld/data/secret/005-mrthompson.desc}%
\item%
010{-}shortest%
\item%
Expand Down
Binary file modified examples/example_problemset/crifx-report.pdf
Binary file not shown.

0 comments on commit 614b942

Please sign in to comment.