diff --git a/client/.gitignore b/client/.gitignore index 3c3629e6..a547bf36 100644 --- a/client/.gitignore +++ b/client/.gitignore @@ -1 +1,24 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/client/index.html b/client/index.html index 60ee5964..a53999a6 100644 --- a/client/index.html +++ b/client/index.html @@ -2,12 +2,8 @@
- -| Title | -Difficulty | -Acceptance | -
|---|---|---|
| {prob.title} | - -{prob.difficulty} | -{prob.acceptance} | -
{content.date}
-{content.content}
-{problem.description}
-Input : {problem.exampleIn}
- Output : {problem.exampleOut}
- No problems yet
+ ) : ( + submissions.map((status) => { + return ( ++ {status} +
+ ); + }) + )} +{description}
+
+ Input:
+ {exampleIn}
Output: {exampleOut}
+
No problems yet
):submissions.map((status) => { + return ( +{status}
+ ); + })} +{description}
+
+ Input:
+ {exampleIn}
Output: {exampleOut}
+
| Title | +Acceptance | +Difficulty | +
|---|