Submission #61780359


Source Code Expand

Copy
#include<bits/stdc++.h>
using namespace std;
using ll = long long;
using ld = long double;
using pi = pair<int, int>;
using pll = pair<ll, ll>;
const int INF = 1e9 + 5;
const ll llINF = 1e18;
const int SZ = 1 << 18;
const int mxn = 2e5 + 5;
int main() {
ios_base::sync_with_stdio(false);
cin.tie(nullptr);
cout.tie(nullptr);
string s;
cin >> s;
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
#include<bits/stdc++.h>

using namespace std;

using ll = long long;
using ld = long double;
using pi = pair<int, int>;
using pll = pair<ll, ll>;

const int INF = 1e9 + 5;
const ll llINF = 1e18;
const int SZ = 1 << 18;
const int mxn = 2e5 + 5;

int main() {
    ios_base::sync_with_stdio(false);
    cin.tie(nullptr);
    cout.tie(nullptr);

    string s;
    cin >> s;

    cout << (s[0] - '0') * (s[2] - '0') << endl;

    return 0;
}

Submission Info

Submission Time
Task A - 9x9
User scalalang
Language C++ 20 (gcc 12.2)
Score 100
Code Size 461 Byte
Status AC
Exec Time 1 ms
Memory 3600 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 2
AC × 26
Set Name Test Cases
Sample 00_sample_00.txt, 00_sample_01.txt
All 00_sample_00.txt, 00_sample_01.txt, 01_test_00.txt, 01_test_01.txt, 01_test_02.txt, 01_test_03.txt, 01_test_04.txt, 01_test_05.txt, 01_test_06.txt, 01_test_07.txt, 01_test_08.txt, 01_test_09.txt, 01_test_10.txt, 01_test_11.txt, 01_test_12.txt, 01_test_13.txt, 01_test_14.txt, 01_test_15.txt, 01_test_16.txt, 01_test_17.txt, 01_test_18.txt, 01_test_19.txt, 01_test_20.txt, 01_test_21.txt, 01_test_22.txt, 01_test_23.txt
Case Name Status Exec Time Memory
00_sample_00.txt AC 1 ms 3408 KB
00_sample_01.txt AC 1 ms 3416 KB
01_test_00.txt AC 1 ms 3452 KB
01_test_01.txt AC 1 ms 3512 KB
01_test_02.txt AC 1 ms 3416 KB
01_test_03.txt AC 1 ms 3464 KB
01_test_04.txt AC 1 ms 3456 KB
01_test_05.txt AC 1 ms 3600 KB
01_test_06.txt AC 1 ms 3420 KB
01_test_07.txt AC 1 ms 3472 KB
01_test_08.txt AC 1 ms 3416 KB
01_test_09.txt AC 1 ms 3460 KB
01_test_10.txt AC 1 ms 3412 KB
01_test_11.txt AC 1 ms 3524 KB
01_test_12.txt AC 1 ms 3320 KB
01_test_13.txt AC 1 ms 3448 KB
01_test_14.txt AC 1 ms 3464 KB
01_test_15.txt AC 1 ms 3468 KB
01_test_16.txt AC 1 ms 3432 KB
01_test_17.txt AC 1 ms 3520 KB
01_test_18.txt AC 1 ms 3376 KB
01_test_19.txt AC 1 ms 3456 KB
01_test_20.txt AC 1 ms 3464 KB
01_test_21.txt AC 1 ms 3516 KB
01_test_22.txt AC 1 ms 3468 KB
01_test_23.txt AC 1 ms 3448 KB


2025-03-05 (Wed)
18:09:58 +00:00