Skip to content

Commit c224898

Browse files
committed
commit
1 parent f5ae46e commit c224898

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

leetcode_kuro_RnD.ipynb

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8687,15 +8687,24 @@
86878687
},
86888688
{
86898689
"cell_type": "code",
8690-
"execution_count": null,
8690+
"execution_count": 114,
86918691
"metadata": {},
8692-
"outputs": [],
8692+
"outputs": [
8693+
{
8694+
"name": "stdout",
8695+
"output_type": "stream",
8696+
"text": [
8697+
"i am offline and i have to wait till the internet connection is back!\n"
8698+
]
8699+
}
8700+
],
86938701
"source": [
86948702
"# https://leetcode.com/problems/minimum-number-of-operations-to-make-array-continuous/\n",
86958703
"\n",
86968704
"# --- HARD HARD HARD ---\n",
86978705
"\n",
8698-
"\n"
8706+
"\n",
8707+
"print(\"i am offline and i have to wait till the internet connection is back!\")\n"
86998708
]
87008709
}
87018710
],

0 commit comments

Comments
 (0)