W3Schools Tryit Editor
[
フレーム
]
Run ❯
Get your
own
website
Go to Spaces
Ctrl+Alt+P
#include
using namespace std; int main() { int x = 10; x += 5; // same as x = x + 5 cout << x << "\n"; // 15 x *= 2; // same as x = x * 2 cout << x << "\n"; // 30 return 0; }
15
30
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル