W3Schools Tryit Editor
[
フレーム
]
Run ❯
Get your
own
website
Go to Spaces
Ctrl+Alt+P
#include
using namespace std; int main() { int x = 10; int y = 3; cout << (x / y) << "\n"; // Integer division, result is 3 double a = 10.0; double b = 3.0; cout << (a / b) << "\n"; // Decimal division, result is 3.333... return 0; }
3
3.33333
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル