c005: 循序結構
Tags : C++
Accepted rate : 1人/1人 ( 100% ) [非即時]
評分方式:
Tolerant

最近更新 : 2022-11-14 14:13

Content

請鍵入以下程式碼:

#include <iostream>
using namespace std;
int main()
{
    int a = 100;
    a= a * 5;
    cout<<a;
    return 0;
}

Input
Output
Sample Input #1


											
										
Sample Output #1
500
測資資訊:
記憶體限制: 64 MB
公開 測資點#0 (100%): 1.0s , <1K
Hint :
Tags:
C++
出處:
育達技高資訊科技 [管理者: zero(育達管理員) ]


ID User Problem Subject Hit Post Date
沒有發現任何「解題報告」