1 solutions

  • 0
    @ 2026-1-6 13:32:10

    #include <bits/stdc++.h> using namespace std;

    int main() { int a, b, c; cin >> a >> b >> c; cout << a +b+c; return 0; }

    • 1

    Information

    ID
    293
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    2
    Tags
    # Submissions
    413
    Accepted
    261
    Uploaded By