# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
1116402 | 2024-11-21T14:57:25 Z | staszic_ojuz | Semiexpress (JOI17_semiexpress) | C++17 | 1 ms | 336 KB |
#include <bits/stdc++.h> typedef long long ll; using namespace std; int main() { ll n, m, k; cin >> n >> m >> k; ll a,b, c; cin >> a >> b >> c; ll ski[m]; for(ll i = 0; i < m; i++){ cin >> ski[i]; } cout << n/3; }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 336 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 336 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 336 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |