ENG
RUS
Timus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board
Discussion of Problem
1000
. A+B Problem
Ilya
Почему ваш компилятор не видит директиву "stdafx.h"
[1] // Problem
1000. A+B Problem
25 Nov 2017 00:33
#include "stdafx.h"
#include <iostream>
int main()
{
int a;
int b;
int c;
scanf_s("%d%d\n", &a, &b);
c = a + b;
printf("%d\n", c);
return 0;
}
Kostya
Re: Почему ваш компилятор не видит директиву "stdafx.h"
// Problem
1000. A+B Problem
5 Jun 2019 15:50
Зачем тебе эти директивы вообще? Нужна только айострим. И пишется так: <stdafx.р>
© 2000–2026
Timus Online Judge Team
. All rights reserved.