Accepted

foo.cc: In function ‘int main()’:
foo.cc:5:15: warning: unused variable ‘i’ [-Wunused-variable]
    5 |         int n,i,j;
      |               ^
foo.cc:5:17: warning: unused variable ‘j’ [-Wunused-variable]
    5 |         int n,i,j;
      |                 ^
# 状态 耗时 内存占用
#1 Accepted 2ms 536.0 KiB
#2 Accepted 3ms 536.0 KiB

信息

递交者
类型
递交
题目
P1050 *组成的图形(2)
语言
C++
递交时间
2024-03-29 16:18:06
评测时间
2024-03-29 16:18:06
评测机
分数
100
总耗时
6ms
峰值内存
536.0 KiB