chore: new conf version
This commit is contained in:
		
							parent
							
								
									2dc23cc8de
								
							
						
					
					
						commit
						84090f1dc2
					
				
							
								
								
									
										330
									
								
								conf.json
									
									
									
									
									
								
							
							
						
						
									
										330
									
								
								conf.json
									
									
									
									
									
								
							|  | @ -1,168 +1,174 @@ | ||||||
| { | { | ||||||
|  |   "stage": { | ||||||
|     "stages": [ |     "stages": [ | ||||||
|         { |       { | ||||||
|             "name": "compile", |         "name": "compile", | ||||||
|             "executor": { |         "executor": { | ||||||
|                 "name": "sandbox", |           "name": "sandbox", | ||||||
|                 "with": { |           "with": { | ||||||
|                     "default": { |             "default": { | ||||||
|                         "args": [ |               "args": [ | ||||||
|                             "clang++", |                 "clang++", | ||||||
|                             "a.cc", |                 "a.cc", | ||||||
|                             "-o", |                 "-o", | ||||||
|                             "a" |                 "a" | ||||||
|                         ], |               ], | ||||||
|                         "env": [ |               "env": [ | ||||||
|                             "PATH=/usr/bin:/bin" |                 "PATH=/usr/bin:/bin" | ||||||
|                         ], |               ], | ||||||
|                         "cpuLimit": 10000000000, |               "cpuLimit": 10000000000, | ||||||
|                         "memoryLimit": 209715200, |               "memoryLimit": 209715200, | ||||||
|                         "procLimit": 50, |               "procLimit": 50, | ||||||
|                         "copyInDir": ".", |               "copyInDir": ".", | ||||||
|                         "copyOut": [ |               "copyOut": [ | ||||||
|                             "stdout", |                 "stdout", | ||||||
|                             "stderr" |                 "stderr" | ||||||
|                         ], |               ], | ||||||
|                         "copyOutCached": [ |               "copyOutCached": [ | ||||||
|                             "a" |                 "a" | ||||||
|                         ], |               ], | ||||||
|                         "stdin": { |               "stdin": { | ||||||
|                             "content": "" |                 "content": "" | ||||||
|                         }, |               }, | ||||||
|                         "stdout": { |               "stdout": { | ||||||
|                             "name": "stdout", |                 "name": "stdout", | ||||||
|                             "max": 4096 |                 "max": 4096 | ||||||
|                         }, |               }, | ||||||
|                         "stderr": { |               "stderr": { | ||||||
|                             "name": "stderr", |                 "name": "stderr", | ||||||
|                             "max": 4096 |                 "max": 4096 | ||||||
|                         } |               } | ||||||
|                     } |  | ||||||
|                 } |  | ||||||
|             }, |  | ||||||
|             "parser": { |  | ||||||
|                 "name": "result-status", |  | ||||||
|                 "with": { |  | ||||||
|                     "score": 0, |  | ||||||
|                     "comment": "compile done" |  | ||||||
|                 } |  | ||||||
|             } |             } | ||||||
|  |           } | ||||||
|         }, |         }, | ||||||
|         { |         "parsers": [ | ||||||
|             "name": "run", |           { | ||||||
|             "executor": { |             "name": "result-status", | ||||||
|                 "name": "sandbox", |             "with": { | ||||||
|                 "with": { |               "score": 0, | ||||||
|                     "default": { |               "comment": "compile done" | ||||||
|                         "args": [ |  | ||||||
|                             "./a" |  | ||||||
|                         ], |  | ||||||
|                         "env": [ |  | ||||||
|                             "PATH=/usr/bin:/bin" |  | ||||||
|                         ], |  | ||||||
|                         "cpuLimit": 1000000000, |  | ||||||
|                         "memoryLimit": 104857600, |  | ||||||
|                         "procLimit": 50, |  | ||||||
|                         "copyOut": [ |  | ||||||
|                             "stdout", |  | ||||||
|                             "stderr" |  | ||||||
|                         ], |  | ||||||
|                         "stdout": { |  | ||||||
|                             "name": "stdout", |  | ||||||
|                             "max": 4096 |  | ||||||
|                         }, |  | ||||||
|                         "stderr": { |  | ||||||
|                             "name": "stderr", |  | ||||||
|                             "max": 4096 |  | ||||||
|                         }, |  | ||||||
|                         "copyInCached": { |  | ||||||
|                             "a": "a" |  | ||||||
|                         } |  | ||||||
|                     }, |  | ||||||
|                     "cases": [ |  | ||||||
|                         { |  | ||||||
|                             "stdin": { |  | ||||||
|                                 "src": "./cases/1.in" |  | ||||||
|                             } |  | ||||||
|                         }, |  | ||||||
|                         { |  | ||||||
|                             "stdin": { |  | ||||||
|                                 "src": "./cases/2.in" |  | ||||||
|                             } |  | ||||||
|                         }, |  | ||||||
|                         { |  | ||||||
|                             "stdin": { |  | ||||||
|                                 "src": "./cases/3.in" |  | ||||||
|                             } |  | ||||||
|                         }, |  | ||||||
|                         { |  | ||||||
|                             "stdin": { |  | ||||||
|                                 "src": "./cases/4.in" |  | ||||||
|                             } |  | ||||||
|                         }, |  | ||||||
|                         { |  | ||||||
|                             "stdin": { |  | ||||||
|                                 "src": "./cases/5.in" |  | ||||||
|                             } |  | ||||||
|                         } |  | ||||||
|                     ] |  | ||||||
|                 } |  | ||||||
|             }, |  | ||||||
|             "parser": { |  | ||||||
|                 "name": "diff", |  | ||||||
|                 "with": { |  | ||||||
|                     "cases": [ |  | ||||||
|                         { |  | ||||||
|                             "outputs": [ |  | ||||||
|                                 { |  | ||||||
|                                     "score": 100, |  | ||||||
|                                     "fileName": "stdout", |  | ||||||
|                                     "answerPath": "./cases/1.out", |  | ||||||
|                                     "compareSpace": true |  | ||||||
|                                 } |  | ||||||
|                             ] |  | ||||||
|                         }, |  | ||||||
|                         { |  | ||||||
|                             "outputs": [ |  | ||||||
|                                 { |  | ||||||
|                                     "score": 100, |  | ||||||
|                                     "fileName": "stdout", |  | ||||||
|                                     "answerPath": "./cases/2.out", |  | ||||||
|                                     "compareSpace": true |  | ||||||
|                                 } |  | ||||||
|                             ] |  | ||||||
|                         }, |  | ||||||
|                         { |  | ||||||
|                             "outputs": [ |  | ||||||
|                                 { |  | ||||||
|                                     "score": 100, |  | ||||||
|                                     "fileName": "stdout", |  | ||||||
|                                     "answerPath": "./cases/3.out" |  | ||||||
|                                 } |  | ||||||
|                             ] |  | ||||||
|                         }, |  | ||||||
|                         { |  | ||||||
|                             "outputs": [ |  | ||||||
|                                 { |  | ||||||
|                                     "score": 100, |  | ||||||
|                                     "fileName": "stdout", |  | ||||||
|                                     "answerPath": "./cases/4.out" |  | ||||||
|                                 } |  | ||||||
|                             ] |  | ||||||
|                         }, |  | ||||||
|                         { |  | ||||||
|                             "outputs": [ |  | ||||||
|                                 { |  | ||||||
|                                     "score": 100, |  | ||||||
|                                     "fileName": "stdout", |  | ||||||
|                                     "answerPath": "./cases/5.out", |  | ||||||
|                                     "compareSpace": false |  | ||||||
|                                 } |  | ||||||
|                             ] |  | ||||||
|                         } |  | ||||||
|                     ] |  | ||||||
|                 } |  | ||||||
|             } |             } | ||||||
|         } |           } | ||||||
|  |         ] | ||||||
|  |       }, | ||||||
|  |       { | ||||||
|  |         "name": "run", | ||||||
|  |         "executor": { | ||||||
|  |           "name": "sandbox", | ||||||
|  |           "with": { | ||||||
|  |             "default": { | ||||||
|  |               "args": [ | ||||||
|  |                 "./a" | ||||||
|  |               ], | ||||||
|  |               "env": [ | ||||||
|  |                 "PATH=/usr/bin:/bin" | ||||||
|  |               ], | ||||||
|  |               "cpuLimit": 1000000000, | ||||||
|  |               "memoryLimit": 104857600, | ||||||
|  |               "procLimit": 50, | ||||||
|  |               "copyOut": [ | ||||||
|  |                 "stdout", | ||||||
|  |                 "stderr" | ||||||
|  |               ], | ||||||
|  |               "stdout": { | ||||||
|  |                 "name": "stdout", | ||||||
|  |                 "max": 4096 | ||||||
|  |               }, | ||||||
|  |               "stderr": { | ||||||
|  |                 "name": "stderr", | ||||||
|  |                 "max": 4096 | ||||||
|  |               }, | ||||||
|  |               "copyInCached": { | ||||||
|  |                 "a": "a" | ||||||
|  |               } | ||||||
|  |             }, | ||||||
|  |             "cases": [ | ||||||
|  |               { | ||||||
|  |                 "stdin": { | ||||||
|  |                   "src": "./cases/1.in" | ||||||
|  |                 } | ||||||
|  |               }, | ||||||
|  |               { | ||||||
|  |                 "stdin": { | ||||||
|  |                   "src": "./cases/2.in" | ||||||
|  |                 } | ||||||
|  |               }, | ||||||
|  |               { | ||||||
|  |                 "stdin": { | ||||||
|  |                   "src": "./cases/3.in" | ||||||
|  |                 } | ||||||
|  |               }, | ||||||
|  |               { | ||||||
|  |                 "stdin": { | ||||||
|  |                   "src": "./cases/4.in" | ||||||
|  |                 } | ||||||
|  |               }, | ||||||
|  |               { | ||||||
|  |                 "stdin": { | ||||||
|  |                   "src": "./cases/5.in" | ||||||
|  |                 } | ||||||
|  |               } | ||||||
|  |             ] | ||||||
|  |           } | ||||||
|  |         }, | ||||||
|  |         "parsers": [ | ||||||
|  |           { | ||||||
|  |             "name": "diff", | ||||||
|  |             "with": { | ||||||
|  |               "cases": [ | ||||||
|  |                 { | ||||||
|  |                   "outputs": [ | ||||||
|  |                     { | ||||||
|  |                       "score": 100, | ||||||
|  |                       "fileName": "stdout", | ||||||
|  |                       "answerPath": "./cases/1.out", | ||||||
|  |                       "compareSpace": true | ||||||
|  |                     } | ||||||
|  |                   ] | ||||||
|  |                 }, | ||||||
|  |                 { | ||||||
|  |                   "outputs": [ | ||||||
|  |                     { | ||||||
|  |                       "score": 100, | ||||||
|  |                       "fileName": "stdout", | ||||||
|  |                       "answerPath": "./cases/2.out", | ||||||
|  |                       "compareSpace": true | ||||||
|  |                     } | ||||||
|  |                   ] | ||||||
|  |                 }, | ||||||
|  |                 { | ||||||
|  |                   "outputs": [ | ||||||
|  |                     { | ||||||
|  |                       "score": 100, | ||||||
|  |                       "fileName": "stdout", | ||||||
|  |                       "answerPath": "./cases/3.out" | ||||||
|  |                     } | ||||||
|  |                   ] | ||||||
|  |                 }, | ||||||
|  |                 { | ||||||
|  |                   "outputs": [ | ||||||
|  |                     { | ||||||
|  |                       "score": 100, | ||||||
|  |                       "fileName": "stdout", | ||||||
|  |                       "answerPath": "./cases/4.out" | ||||||
|  |                     } | ||||||
|  |                   ] | ||||||
|  |                 }, | ||||||
|  |                 { | ||||||
|  |                   "outputs": [ | ||||||
|  |                     { | ||||||
|  |                       "score": 100, | ||||||
|  |                       "fileName": "stdout", | ||||||
|  |                       "answerPath": "./cases/5.out", | ||||||
|  |                       "compareSpace": false | ||||||
|  |                     } | ||||||
|  |                   ] | ||||||
|  |                 } | ||||||
|  |               ] | ||||||
|  |             } | ||||||
|  |           } | ||||||
|  |         ] | ||||||
|  |       } | ||||||
|     ] |     ] | ||||||
| } |   } | ||||||
|  | } | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user