# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
604062 | 2022-07-24T16:24:03 Z | hyakup | Prosjek (COCI18_prosjek) | C++17 | 0 ms | 212 KB |
#include <bits/stdc++.h> using namespace std; int main(){ int n; scanf("%d", &n); multiset<double> s; for( int i = 0; i < n; i++){ double g; scanf("%lf", &g); s.insert(g); } printf("sla"); }
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 212 KB | Expected double, but "sla" found |
2 | Incorrect | 0 ms | 212 KB | Expected double, but "sla" found |
3 | Incorrect | 0 ms | 212 KB | Expected double, but "sla" found |
4 | Incorrect | 0 ms | 212 KB | Expected double, but "sla" found |
5 | Incorrect | 0 ms | 212 KB | Expected double, but "sla" found |
6 | Incorrect | 0 ms | 212 KB | Expected double, but "sla" found |
7 | Incorrect | 0 ms | 212 KB | Expected double, but "sla" found |
8 | Incorrect | 0 ms | 212 KB | Expected double, but "sla" found |
9 | Incorrect | 0 ms | 212 KB | Expected double, but "sla" found |
10 | Incorrect | 0 ms | 212 KB | Expected double, but "sla" found |