실행 실패 (제출 코드 컴파일 에러)
Main.cpp:64:2: error: stray ‘#’ in program 64 | }#include<bits/stdc++.h> | ^ Main.cpp:64:11: error: ‘bits’ was not declared in this scope 64 | }#include<bits/stdc++.h> | ^~~~ Main.cpp:64:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 64 | }#include<bits/stdc++.h> | ^~~~ | std Main.cpp:64:11: error: ‘bits’ was not declared in this scope 64 | }#include<bits/stdc++.h> | ^~~~ Main.cpp:64:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 64 | }#include<bits/stdc++.h> | ^~~~ | std Main.cpp:64:11: error: ‘bits’ was not declared in this scope 64 | }#include<bits/stdc++.h> | ^~~~ Main.cpp:64:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 64 | }#include<bits/stdc++.h> | ^~~~ | std Main.cpp:64:11: error: ‘bits’ was not declared in this scope 64 | }#include<bits/stdc++.h> | ^~~~ Main.cpp:64:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 64 | }#include<bits/stdc++.h> | ^~~~ | std Main.cpp:64:11: error: ‘bits’ was not declared in this scope 64 | }#include<bits/stdc++.h> | ^~~~ Main.cpp:64:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 64 | }#include<bits/stdc++.h> | ^~~~ | std Main.cpp:64:11: error: ‘bits’ was not declared in this scope 64 | }#include<bits/stdc++.h> | ^~~~ Main.cpp:64:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 64 | }#include<bits/stdc++.h> | ^~~~ | std Main.cpp:64:11: error: ‘bits’ was not declared in this scope 64 | }#include<bits/stdc++.h> | ^~~~ Main.cpp:64:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 64 | }#include<bits/stdc++.h> | ^~~~ | std Main.cpp:64:11: error: ‘bits’ was not declared in this scope 64 | }#include<bits/stdc++.h> | ^~~~ Main.cpp:64:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 64 | }#include<bits/stdc++.h> | ^~~~ | std Main.cpp:64:11: error: ‘bits’ was not declared in this scope 64 | }#include<bits/stdc++.h> | ^~~~ Main.cpp:64:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 64 | }#include<bits/stdc++.h> | ^~~~ | std Main.cpp:64:3: error: ‘include’ does not name a type 64 | }#include<bits/stdc++.h> | ^~~~~~~ Main.cpp:85:5: error: redefinition of ‘int main()’ 85 | int main() { | ^~~~ Main.cpp:22:5: note: ‘int main()’ previously defined here 22 | int main() { | ^~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.