Problem atomsplit
User XinLoiDuongNgu
Submission Time 2025-08-01 22:47:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

atomsplit.cpp: In function β€˜int main()’:
atomsplit.cpp:23:23: error: expression cannot be used as a function
23 | if (t - size.second() < 0)
| ^
atomsplit.cpp:31:10: error: expected primary-expression before β€˜=’ token
31 | sum + = size.first * size.second;
| ^