Skip to content

Commit b8b386b

Browse files
abc
1 parent d8b1034 commit b8b386b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

logic.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2309,7 +2309,7 @@ <h2 style="font-family:var(--display);font-size:22px;margin:32px 0 18px">Problem
23092309
}
23102310
function render(){
23112311
const r=calc(A,B,x);
2312-
get('sa-da').textContent=r.DA; get('sa-db').textContent=r.DB;
2312+
get('sa-da').textContent=r.DA; get('sa-db').textContent=r.DB;
23132313
get('sa-next').textContent=''+r.DA+r.DB; get('sa-y').textContent=r.y;
23142314
let html='<tr><th>A B</th><th>x</th><th>A⁺ B⁺</th><th>y</th></tr>';
23152315
for(let a=0;a<2;a++)for(let b=0;b<2;b++)for(let xx=0;xx<2;xx++){
@@ -2326,4 +2326,4 @@ <h2 style="font-family:var(--display);font-size:22px;margin:32px 0 18px">Problem
23262326

23272327
</script>
23282328
</body>
2329-
</html>
2329+
</html> .

0 commit comments

Comments
 (0)