Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:19:1: error: 'else' without a previous 'if'
 else(nt>nt1)
 ^~~~
/in/foo.cc:20:1: error: expected ';' before 'cout'
 cout<<nt1;
 ^~~~
/in/foo.cc:21:1: error: 'else' without a previous 'if'
 else
 ^~~~

信息

递交者
类型
递交
题目
P2705 最近的数字
语言
C++
递交时间
2024-10-27 12:31:00
评测时间
2024-10-27 12:31:00
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes