-
Notifications
You must be signed in to change notification settings - Fork 0
/
acm.timus.ru.pro
42 lines (34 loc) · 888 Bytes
/
acm.timus.ru.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#-------------------------------------------------
#
# Project created by QtCreator 2013-12-06T11:15:12
#
#-------------------------------------------------
QT += core
QT -= gui
TARGET = acm.timus.ru
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
INCLUDEPATH += src
SOURCES += \
src/main.cpp \
src/template.cpp \
excercises/1820_steaks.cpp \
excercises/1126_storms.cpp \
excercises/1970_square.cpp \
excercises/1785_amount.cpp \
excercises/1877_bicycle.cpp \
excercises/1293_Enya.cpp \
excercises/1409_bandits.cpp \
excercises/1197_knight.cpp \
excercises/1068_sum.cpp \
excercises/1910_titans.cpp \
excercises/1019_paint.cpp \
excercises/1639_chocolate.cpp \
excercises/1439_battle.cpp
OTHER_FILES += \
io/stdout.txt \
io/stdin.txt
HEADERS += \
excercises.h \
src/excercises.h