Submission
Status:
----------
Subtask/Task Score:
0/100
Score: 0
User: cheetah
Problemset: I.Quick Math
Language: cpp
Time: 0.002 second
Submitted On: 2026-07-23 20:38:18
#include<bits/stdc++.h>
using namespace std;
int main () {
ios_base::sync_with_stdio(0);
cin.tie(0);
int a, b;
cout << a * b;
return 0;
}