viebel / klipse

Klipse is a JavaScript plugin for embedding interactive code snippets in tech blogs.
http://blog.klipse.tech/
GNU General Public License v3.0
3.1k stars 153 forks source link

Missing input box #408

Open Tiang-88 opened 1 month ago

Tiang-88 commented 1 month ago

include

using namespace std;

int main(){ int a,b; cin>>a>>b; cout<<a+b<<endl; return 0; }

Tiang-88 commented 1 month ago
image