/ CYOJ /

记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:7:17: error: expected '}' at end of input
    7 |     cout<<a - b;
      |                 ^
foo.cc:4:12: note: to match this '{'
    4 | int main() {
      |            ^
Found 5 testcases.
[Hydro](https://hydro.ac)提供评测服务

代码

#include<iostream>
using namespace std;

int main() {
    long long a,b;
    cin>>a>>b;
    cout<<a - b;

信息

递交者
类型
递交
题目
P1001 A-B问题
语言
C++
递交时间
2022-08-24 20:40:37
评测时间
2022-08-25 09:34:09
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes