We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ae46e commit c224898Copy full SHA for c224898
leetcode_kuro_RnD.ipynb
@@ -8687,15 +8687,24 @@
8687
},
8688
{
8689
"cell_type": "code",
8690
- "execution_count": null,
+ "execution_count": 114,
8691
"metadata": {},
8692
- "outputs": [],
+ "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
+ ],
8701
"source": [
8702
"# https://leetcode.com/problems/minimum-number-of-operations-to-make-array-continuous/\n",
8703
"\n",
8704
"# --- HARD HARD HARD ---\n",
8705
- "\n"
8706
+ "\n",
8707
+ "print(\"i am offline and i have to wait till the internet connection is back!\")\n"
8708
]
8709
}
8710
],
0 commit comments