INI-file
72B2200· master5s256 MB⌨ stdin/stdout
Examples
Sample 1of 1
Input
11a= 1b=aa = 2; comment[z]1=2[y]2=3[z]2=1[w]
Output
a=2b=a[w][y]2=3[z]1=22=1
58%
72B.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
11a= 1b=aa = 2; comment[z]1=2[y]2=3[z]2=1[w]
a=2b=a[w][y]2=3[z]1=22=1