Skip to content

Commit b06278f

Browse files
committed
ac-libraryのincludeを追加した
1 parent 1028974 commit b06278f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
**/__pycache__/**
22
\#**\#
3+
**/a.out

code/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include <atcoder/all>
12
#include <bits/stdc++.h>
23
using namespace std;
34

0 commit comments

Comments
 (0)