Submission

Status:

[-SSSSSS]

Subtask/Task Score:

{0/100}

Score: 0

User: Lyronseir

Problemset: คิดถึงแม่

Language: cpp

Time: 0.003 second

Submitted On: 2025-12-13 19:40:06

#include <bits/stdc++.h>
using namespace std;
int main() {
    ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL);
    int a;
    cin >> a;
    cout << (224/32) - (7 - (a - 1));
}