Submission

Status:

P--P--P---

Subtask/Task Score:

30/100

Score: 30

User: qwert

Problemset: เลขดวง

Language: cpp

Time: 0.003 second

Submitted On: 2025-10-09 16:51:26

#include <iostream>
using namespace std;

int main()
{
	int a,b,c;
	
	cin>>a>>b>>c;
	
	cout<<4*c;
}