游客 Signup | Login
中文 | En

2749 - 35*67的积

打印输出35*67的积。

Input

Output

Examples

Input

no input needed

Output

2345

Solution C++

#include <iostream>
#include <cstdio>
using namespace std;
int main()
{
    cout<<35*67<<endl;
    return 0;
}
Time Limit 1 second
Memory Limit 128 MB
Discuss Stats
上一题 下一题