File tree Expand file tree Collapse file tree 4 files changed +91
-94
lines changed Expand file tree Collapse file tree 4 files changed +91
-94
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ async function run(params: string) {
19
19
isRunning .value = true ;
20
20
try {
21
21
let re = await axios .post <{ result: string }>(
22
- " http ://43.154.191.136:8080 /coderunner" ,
22
+ " https ://code.lang.pivotstudio.cn /coderunner" ,
23
23
{
24
24
code: params ,
25
25
}
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ pub fn main() i64 {
101
101
return 0;
102
102
}
103
103
104
- pub fn count(mp: [[i64 * 5] * 5 ]) i64 {
104
+ pub fn count(mp: [[i64] ]) i64 {
105
105
let res = 0;
106
106
let w = 5;
107
107
let h = 5;
@@ -128,7 +128,8 @@ pub fn count(mp: [[i64 * 5] * 5]) i64 {
128
128
}
129
129
return res;
130
130
}
131
-
131
+
132
+
132
133
` ,
133
134
} ,
134
135
] ;
Original file line number Diff line number Diff line change 31
31
"registry" : " https://registry.npmjs.org/"
32
32
},
33
33
"dependencies" : {
34
- "@pivot-lang/pivot-lang" : " 0.1.2-251570a .0" ,
34
+ "@pivot-lang/pivot-lang" : " 0.1.2-c195488 .0" ,
35
35
"monaco-editor" : " ^0.37.1" ,
36
36
"monaco-themes" : " ^0.4.4" ,
37
37
"vscode-languageserver-types" : " ^3.17.3"
You can’t perform that action at this time.
0 commit comments