update
This commit is contained in:
parent
1023c8da45
commit
2556f39372
@ -28,4 +28,6 @@ add_executable(P7075 ${CMAKE_CURRENT_LIST_DIR}/P7075/P7075.cpp)
|
||||
|
||||
add_executable(P1003 ${CMAKE_CURRENT_LIST_DIR}/P1003/P1003.cpp)
|
||||
|
||||
add_executable(P1311 ${CMAKE_CURRENT_LIST_DIR}/P1311/P1311.cpp)
|
||||
add_executable(P1311 ${CMAKE_CURRENT_LIST_DIR}/P1311/P1311.cpp)
|
||||
|
||||
add_executable(P4017 ${CMAKE_CURRENT_LIST_DIR}/P4017/P4017.cpp)
|
9
P4017/P4017.cpp
Normal file
9
P4017/P4017.cpp
Normal file
@ -0,0 +1,9 @@
|
||||
#include <iostream>
|
||||
|
||||
using std::cin,std::cout,std::iostream;
|
||||
|
||||
int main(){
|
||||
iostream::sync_with_stdio(false);
|
||||
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user