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