제출 #1010618

#제출 시각아이디문제언어결과실행 시간메모리
1010618Muaath_5Memory (IOI10_memory)C++17
컴파일 에러
0 ms0 KiB
#include "memory.h" #include <bits/stdc++.h> using namespace std; char faceup(int c); vector<int> cc[50]; void play() { for (int i = 1; i <= 50; i++) cc[faceup(i)-'A'].push_back(i); for (int i = 0; i < 50; i++) {assert(int(cc[i].size()) == 2)} }

컴파일 시 표준 에러 (stderr) 메시지

memory.cpp: In function 'void play()':
memory.cpp:11:38: error: expected ';' before '}' token
   11 |       {assert(int(cc[i].size()) == 2)}
      |                                      ^