|
|
|
|
讨论 Discussion |
|
|
fyu |
不知道怎么做题
( ) |
744 |
#include <iostream>
#include <iomanip>
#include <fstream>
using namespace std;
int main(){
ifstream cin;
ofstream cout;
cin.open("p1692.in");
cout.open("p1692.out");
int a,b;
cin>>a>>b;
cout<<a+b<<endl;
cin.close();
cout.close();
return 0;
}
( )
|
744 |
#include <iostream>
#include <iomanip>
#include <fstream>
using namespace std;
int main(){
ifstream cin;
ofstream cout;
cin.open("p1692.in");
cout.open("p1692.out");
int a,b;
cin>>a>>b;
cout<<a+b<<endl;
cin.close();
cout.close();
return 0;
}
( )
|
744 |
#include <iostream>
#include <iomanip>
#include <fstream>
using namespace std;
int main(){
ifstream cin;
ofstream cout;
cin.open("p1692.in");
cout.open("p1692.out");
int a,b;
cin>>a>>b;
cout<<a+b<<endl;
cin.close();
cout.close();
return 0;
}
( )
|
|
|
|
|
|
|
|
|
|
Flag |
|
题号 |
P1682 |
|
模拟 |
通过 |
140人 |
提交 |
683次 |
通过率 |
20% |
难度 |
0 |
|
|
|
|
|
|