1 solutions

  • 0
    @ 2026-2-4 9:29:35

    本题目考察使用 cout 输出表达式的值。

    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    	cout<<"1234 * 5678 = "<<1234*5678<<"\n";
    	return 0;
    }
    

    Information

    ID
    426
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    9
    Tags
    # Submissions
    12
    Accepted
    7
    Uploaded By